Adjust form field group spacing

This commit is contained in:
2026-06-10 14:36:25 +02:00
parent 59d48164a8
commit 049b2e54ef
+5 -1
View File
@@ -57,10 +57,14 @@
.sg-form-sections-card__field-group {
display: flex;
flex-direction: column;
gap: var(--spacing-large);
gap: var(--spacing-small);
margin-top: var(--spacing-large);
}
.sg-form-sections-card__field-group {
gap: var(--spacing-large);
}
.sg-form-sections-card .sg-labeled-input-row .sg-label {
min-width: var(--layout-form-sections-label-column-width);
flex: 0 0 var(--layout-form-sections-label-column-width);