Update style.css

This commit is contained in:
jelveh
2025-12-06 17:14:26 -08:00
parent ed509ad286
commit 19c96e9797

View File

@@ -5590,7 +5590,7 @@ fieldset[name=number-code] {
.dashboard-apps-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
gap: 8px;
gap: 20px;
margin-bottom: 8px;
}