fix: Update font-size/width to fix iOS input zoom (#3894)

This commit is contained in:
Pranav Raj S
2022-02-03 10:11:02 +05:30
committed by GitHub
parent 903072ef14
commit dbb50e5923
3 changed files with 5 additions and 4 deletions

View File

@@ -15,9 +15,9 @@ $input-height: $space-two * 2;
color: $color-body;
display: block;
font-family: $font-family;
font-size: $font-size-default;
font-size: $font-size-medium;
height: $input-height;
line-height: 1.3;
line-height: 1.5;
max-width: 100%;
outline: none;
padding: $space-smaller;