Remove bottom padding on <details>' last element (#748)
* Remove bottom padding on <details>' last element * Fix linting screwup, refine the fix * Fix linting for real
This commit is contained in:
parent
95ac136720
commit
074695b50c
@ -244,6 +244,10 @@
|
||||
margin-bottom: 0.5rem;
|
||||
border-radius: var(--size-rounded-xs) var(--size-rounded-xs) 0 0;
|
||||
}
|
||||
|
||||
> :last-child:not(summary) {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user