Skip to content

Commit

Permalink
Fix(web): Radio button with multiple line label #DS-1664
Browse files Browse the repository at this point in the history
  • Loading branch information
curdaj committed Jan 23, 2025
1 parent 380af52 commit 4c29490
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web/src/scss/components/Radio/_Radio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ $_field-name: 'Radio';
@include form-fields-tools.inline-field-input();

display: grid;
flex-shrink: 0;
width: theme.$input-size;
height: theme.$input-size;
margin: theme.$input-margin;
Expand Down

0 comments on commit 4c29490

Please sign in to comment.