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

View File

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