fix(08): add missing small-1 and small-8 grid column definitions

- checkbox_anzahl field type uses small-1/small-8/small-3 layout
- Only small-3 was defined, causing broken layout for those fields
This commit is contained in:
2026-02-06 23:05:35 +09:00
parent 2aa015bc05
commit 8989d20a89

View File

@@ -44,6 +44,10 @@
}
}
.umzugsliste-wrapper .small-1.columns {
width: 8.33333%;
}
.umzugsliste-wrapper .small-3.columns {
width: 25%;
}
@@ -52,6 +56,10 @@
width: 33.33333%;
}
.umzugsliste-wrapper .small-8.columns {
width: 66.66667%;
}
.umzugsliste-wrapper .small-9.columns {
width: 75%;
}