Skip to content

Commit 62fa27e

Browse files
committed
fix(textarea): iOS text indent. Closes #2307
1 parent d1f31a4 commit 62fa27e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scss/_form.scss

+3
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,9 @@ input[type="color"] {
215215
input[type="week"] {
216216
padding-top: 8px;
217217
}
218+
textarea {
219+
text-indent: -3px;
220+
}
218221
}
219222

220223
.item-input {

0 commit comments

Comments
 (0)