mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-14 18:15:49 +00:00
fix(core): 🐛 remove margin when contentSub is empty
This commit is contained in:
parent
bee98d6603
commit
0a0a6631b0
|
@ -15,7 +15,8 @@
|
|||
color: var( --color-base--subtle );
|
||||
}
|
||||
|
||||
#contentSub,
|
||||
// #contentSub can be empty
|
||||
#contentSub:not( :empty ),
|
||||
#contentSub2 {
|
||||
margin-bottom: var( --space-md );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue