Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 62fa27e

Browse files
committedDec 6, 2015
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 {

1 commit comments

Comments
 (1)

copilots-app commented on Dec 16, 2015

@copilots-app

How about for multiline textareas? it's only the first line that gets indented
screen shot 2015-12-16 at 14 17 33

Please sign in to comment.