fix: Update font-size/width to fix iOS input zoom (#3894)
This commit is contained in:
parent
903072ef14
commit
dbb50e5923
3 changed files with 5 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue