Skip to content

Commit

Permalink
fix: unset input width/height to avoid issue with UA styles (#6550)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoCardoso authored Sep 27, 2023
1 parent 30d5ff5 commit 1c3309e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/checkbox/src/vaadin-checkbox-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ export const checkboxStyles = css`
margin: 0;
align-self: stretch;
-webkit-appearance: none;
width: initial;
height: initial;
}
@media (forced-colors: active) {
Expand Down

0 comments on commit 1c3309e

Please sign in to comment.