🎨 Remove unnecessary whitespace in CSS styling

This commit is contained in:
2026-01-28 18:50:36 +00:00
parent f616cbc0b2
commit 679da54c77

View File

@@ -1032,7 +1032,7 @@ h2 {
.controls-grid { .controls-grid {
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
} }
/* Force collapsible groups to always span full width */ /* Force collapsible groups to always span full width */
.controls-grid .collapsible-group { .controls-grid .collapsible-group {
grid-column: 1 / -1; grid-column: 1 / -1;