Skip to content

Commit

Permalink
fix: use vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mournfulCoroner committed Oct 3, 2023
1 parent d48d3ff commit 6217914
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/FormRow/FormRow.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ $block: '.#{variables.$ns}form-row';
min-height: var(--gc-form-row-field-height);
flex-shrink: 0;
width: var(--gc-form-row-label-width);
padding-right: 8px;
padding-right: var(--g-spacing-2);
}

#{$block}_direction_column & {
width: 100%;
margin-bottom: 10px;
margin-bottom: var(--g-spacing-2);
}
}

Expand Down

0 comments on commit 6217914

Please sign in to comment.