Skip to content

Commit 11bc79c

Browse files
authored
fix: restores spacing values to input groups (#759)
1 parent c44da63 commit 11bc79c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Common/Fieldset/Fieldset.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
flex-direction: column;
1313

1414
&.withVisibleLegend {
15-
margin-bottom: var(--g-spacing-4);
15+
margin-bottom: toRem(12);
1616
}
1717

1818
&.withDescription {
19-
margin-bottom: var(--g-spacing-12);
19+
margin-bottom: toRem(12);
2020
}
2121
}
2222

0 commit comments

Comments
 (0)