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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View file

@ -196,7 +196,8 @@ export default {
max-height: 2.4 * $space-mega;
resize: none;
padding: 0;
padding-top: $space-small;
padding-top: $space-smaller;
padding-bottom: $space-smaller;
margin-top: $space-small;
margin-bottom: $space-small;
}