Skip to content

Commit

Permalink
fix(PinInput): remove height glitch in Safari (#1938)
Browse files Browse the repository at this point in the history
  • Loading branch information
amje authored Dec 5, 2024
1 parent f927f8c commit d6cb1cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/PinInput/PinInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ $block: '.#{variables.$ns}pin-input';
&__item {
flex: 0 0 auto;
width: var(--g-pin-input-item-width, var(--_--item-width));
line-height: 0;
}

&__control {
Expand Down

0 comments on commit d6cb1cf

Please sign in to comment.