Skip to content

Commit

Permalink
fix: radio gap
Browse files Browse the repository at this point in the history
  • Loading branch information
sanqi-med committed Dec 26, 2023
1 parent 3072e55 commit c474516
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/quarkd/src/radio/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@

:host([radiogrouphost][direction="horizontal"]) .quark-radio-group-wrapper {
display: flex;
gap: var(--radio-horizontal-gap, 20px)
}
:host([radiogrouphost][direction="horizontal"]) ::slotted(*) {
margin-right: var(--radio-horizontal-gap, 20px);
}

:host([radiohost]) .quark-radio {
Expand Down

0 comments on commit c474516

Please sign in to comment.