Skip to content

Commit 941e2d2

Browse files
committed
fix(input): wrong width of text-input for iOS
fixes #7388
1 parent e89f3b0 commit 941e2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/input/input.ios.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $text-input-ios-background-color: $list-ios-background-color !default;
88
$text-input-ios-margin-top: $item-ios-padding-top !default;
99
$text-input-ios-margin-right: ($item-ios-padding-right / 2) !default;
1010
$text-input-ios-margin-bottom: $item-ios-padding-bottom !default;
11-
$text-input-ios-margin-left: 0 !default;
11+
$text-input-ios-margin-left: 0px !default;
1212

1313
$text-input-ios-input-clear-icon-width: 30px !default;
1414
$text-input-ios-input-clear-icon-color: rgba(0, 0, 0, .5) !default;

0 commit comments

Comments
 (0)