fix: Update font-size/width to fix iOS input zoom (#3894)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user