Skip to content

Commit

Permalink
fix: unset radio button input width and height to fix UA styles relat…
Browse files Browse the repository at this point in the history
…ed misalignment (#6554)
  • Loading branch information
ugur-vaadin authored Sep 27, 2023
1 parent 1c3309e commit 0b1b402
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/radio-group/src/vaadin-radio-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ class RadioButton extends LabelMixin(
margin: 0;
align-self: stretch;
-webkit-appearance: none;
width: initial;
height: initial;
}
@media (forced-colors: active) {
Expand Down

0 comments on commit 0b1b402

Please sign in to comment.