Skip to content

Commit

Permalink
Increase horizontal gap between radio and label
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Jul 24, 2024
1 parent 5b668f7 commit cd5cb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/radio-control/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
display: grid;
grid-template-columns: auto 1fr;
grid-template-rows: auto minmax(0, max-content);
column-gap: $grid-unit-10;
column-gap: $grid-unit-15;
align-items: center;
}

Expand Down

0 comments on commit cd5cb27

Please sign in to comment.