mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +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 );
|
color: var( --color-base--subtle );
|
||||||
}
|
}
|
||||||
|
|
||||||
#contentSub,
|
// #contentSub can be empty
|
||||||
|
#contentSub:not( :empty ),
|
||||||
#contentSub2 {
|
#contentSub2 {
|
||||||
margin-bottom: var( --space-md );
|
margin-bottom: var( --space-md );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue