Skip to content

Commit

Permalink
[RadioButton]: ensure radio check doesn't shrink (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanBreck committed Sep 19, 2024
1 parent 56572b0 commit 52ae884
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/radioButton/radioButton.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@
.leo-radiobutton .check {
--leo-icon-size: var(--radiobutton-size);
flex-shrink: 0;
position: relative;
width: var(--radiobutton-size);
height: var(--radiobutton-size);
Expand Down

0 comments on commit 52ae884

Please sign in to comment.