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:
Ennui Langeweile 2022-11-18 00:03:02 -03:00 committed by GitHub
parent 95ac136720
commit 074695b50c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}
}