You've already forked AstralRinth
forked from didirus/AstralRinth
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:
@@ -244,6 +244,10 @@
|
|||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
border-radius: var(--size-rounded-xs) var(--size-rounded-xs) 0 0;
|
border-radius: var(--size-rounded-xs) var(--size-rounded-xs) 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> :last-child:not(summary) {
|
||||||
|
margin-bottom: 0 !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user