fix: Update font-size/width to fix iOS input zoom (#3894)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -103,7 +103,7 @@ export default {
|
||||
border-bottom-right-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
padding: $space-one;
|
||||
width: auto;
|
||||
width: 100%;
|
||||
|
||||
&.error {
|
||||
border-color: $color-error;
|
||||
|
||||
Reference in New Issue
Block a user