Adopt shared WebUI layout primitives

This commit is contained in:
2026-08-18 10:42:51 +02:00
parent 1351338590
commit 0e03f6a70c
3 changed files with 16 additions and 26 deletions
-10
View File
@@ -268,17 +268,11 @@
justify-content: flex-end;
}
.committee-form-grid,
.committee-count-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
}
.committee-form-grid-three {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.committee-count-grid {
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
@@ -328,8 +322,4 @@
grid-row: 1 / span 2;
}
.committee-form-grid,
.committee-form-grid-three {
grid-template-columns: 1fr;
}
}