mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(input): text input width calculation (#8063)
This commit is contained in:
committed by
Brandy Carney
parent
58beb4173f
commit
21fa5cd75e
@@ -31,7 +31,7 @@ $text-input-ios-highlight-color-invalid: color($colors-ios, danger) !default;
|
||||
margin: $text-input-ios-margin-top $text-input-ios-margin-right $text-input-ios-margin-bottom $text-input-ios-margin-left;
|
||||
padding: 0;
|
||||
|
||||
width: calc(100% - #{$text-input-ios-margin-right} - #{$text-input-ios-margin-left});
|
||||
width: calc(100% - #{($text-input-ios-margin-right + $text-input-ios-margin-left)});
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user