Skip to content

Commit

Permalink
Set quantity input font-size to 1.6rem (16px equivalent) to prevent i…
Browse files Browse the repository at this point in the history
…OS safari from zooming in on the input when focused (#2842)
  • Loading branch information
KaichenWang committed Jul 14, 2023
1 parent f247597 commit 74ab49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1925,7 +1925,7 @@ input[type='checkbox'] {

.quantity__input {
color: currentColor;
font-size: 1.4rem;
font-size: 1.6rem;
font-weight: 500;
opacity: 0.85;
text-align: center;
Expand Down

0 comments on commit 74ab49f

Please sign in to comment.