mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-23 22:13:38 +00:00
fix(prefs): 🐛 fix incorrect option spacing
This commit is contained in:
parent
c64b2ff5e6
commit
325c26fe4a
|
@ -61,6 +61,7 @@
|
||||||
// This is not the best because it does not adapt to the text length but will revisit later
|
// This is not the best because it does not adapt to the text length but will revisit later
|
||||||
grid-template-columns: repeat( 3, 1fr );
|
grid-template-columns: repeat( 3, 1fr );
|
||||||
gap: var( --space-xxs );
|
gap: var( --space-xxs );
|
||||||
|
margin: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue