fix: details toggle display issue (#273)

when more than two lines of summary are provided
This commit is contained in:
Xin 2024-02-02 18:37:54 -05:00 committed by GitHub
parent cb274c8ac5
commit c630805511
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -109,5 +109,6 @@ article details > summary {
height: 1.2em; height: 1.2em;
width: 1.2em; width: 1.2em;
vertical-align: -4px; vertical-align: -4px;
padding: 0 0.6em;
} }
} }