Adopt shared WebUI layout primitives

This commit is contained in:
2026-08-18 10:42:51 +02:00
parent 0ecffa2547
commit 52a51d29db
2 changed files with 13 additions and 20 deletions
-7
View File
@@ -394,12 +394,6 @@
max-width: 780px;
}
.dist-lists-form-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
}
.dist-lists-provider-notices {
display: grid;
max-height: 150px;
@@ -543,7 +537,6 @@
.dist-lists-definition-fields,
.dist-lists-preview-inputs,
.dist-lists-form-grid,
.dist-lists-metrics,
.dist-lists-channel-fieldset,
.dist-lists-parameter-row {