Skip to content

Commit

Permalink
fix: add min width to radiobutton to avoid incorrect width when the b…
Browse files Browse the repository at this point in the history
…utton has little space
  • Loading branch information
aurorascharff committed Oct 14, 2024
1 parent 0c509aa commit 9107cfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/css/src/formElements/radiobutton/radiobutton.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

.md-radiobutton__check-area {
width: 1.45rem;
/* min-width: 1.45rem; */
height: 1.45rem;
display: block;
background-color: #fff;
Expand Down

0 comments on commit 9107cfc

Please sign in to comment.