add padding to the details if not set as the last element
This commit is contained in:
parent
9187447b2a
commit
082f423332
1 changed files with 5 additions and 1 deletions
|
@ -89,5 +89,9 @@ body[role="window"] {
|
|||
}
|
||||
|
||||
summary + details {
|
||||
padding-top: 1em;
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
summary + details:not(:last-child) {
|
||||
padding-bottom: 1em;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue