fix(core): 🐛 remove margin when contentSub is empty

This commit is contained in:
alistair3149 2024-04-19 23:02:23 -04:00
parent bee98d6603
commit 0a0a6631b0
No known key found for this signature in database

View file

@ -15,7 +15,8 @@
color: var( --color-base--subtle );
}
#contentSub,
// #contentSub can be empty
#contentSub:not( :empty ),
#contentSub2 {
margin-bottom: var( --space-md );
}