gadjo: remove extra padding on folded section titles (#48531)

This commit is contained in:
Frédéric Péters 2020-11-13 13:48:45 +01:00
parent fe2f71dad3
commit 6050c2403a
1 changed files with 1 additions and 2 deletions

View File

@ -1234,8 +1234,7 @@ div.section {
}
&.folded {
> h2, > h3 {
border-bottom: none;
padding-bottom: 1rem;
border-bottom-color: transparent;
&::after {
transform: rotate(-90deg);
}