Skip to content

Commit

Permalink
fix radio group gap
Browse files Browse the repository at this point in the history
  • Loading branch information
lerte committed Nov 18, 2024
1 parent 2db9672 commit d3e3b7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
display: flex;
}
.radio-group[aria-orientation='horizontal'] {
gap: 8px;
gap: 14px;
align-items: center;
}
.radio-group[aria-orientation='vertical'] {
Expand Down

0 comments on commit d3e3b7a

Please sign in to comment.