Adjust form field group spacing
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user