fix(prefs): 🐛 fix incorrect option spacing

This commit is contained in:
alistair3149 2024-10-03 18:56:48 -04:00
parent c64b2ff5e6
commit 325c26fe4a
No known key found for this signature in database

View file

@ -61,6 +61,7 @@
// This is not the best because it does not adapt to the text length but will revisit later
grid-template-columns: repeat( 3, 1fr );
gap: var( --space-xxs );
margin: 0;
text-align: center;
}