Skip to content

Commit

Permalink
fix(RadioGroup): bigger horizontal gap between inputs (#2068)
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes authored May 23, 2024
1 parent 37827ba commit c9818ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/css/radio.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,6 @@
.fds-radio-group--horizontal {
display: flex;
flex-direction: row;
gap: var(--fds-spacing-2);
gap: var(--fds-spacing-6);
}
}

0 comments on commit c9818ec

Please sign in to comment.