Skip to content

Commit cff02a5

Browse files
committed
fix(textarea): negative indent on iOS only. Fixes #4761
1 parent 834db66 commit cff02a5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Diff for: scss/_form.scss

+6-4
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@ textarea {
157157
}
158158

159159
.item-select.item-stacked-label select {
160-
position: relative;
161-
padding: 0px;
162-
max-width: 90%;
163-
direction:ltr;
160+
position: relative;
161+
padding: 0px;
162+
max-width: 90%;
163+
direction:ltr;
164164
white-space: pre-wrap;
165165
margin: -3px;
166166
}
@@ -224,6 +224,8 @@ input[type="color"] {
224224
input[type="week"] {
225225
padding-top: 8px;
226226
}
227+
}
228+
.platform-ios {
227229
textarea {
228230
text-indent: -3px;
229231
}

0 commit comments

Comments
 (0)