Skip to content

Commit

Permalink
fix(textarea): iOS text indent. Closes #2307
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Dec 6, 2015
1 parent d1f31a4 commit 62fa27e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scss/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@ input[type="color"] {
input[type="week"] {
padding-top: 8px;
}
textarea {
text-indent: -3px;
}
}

.item-input {
Expand Down

1 comment on commit 62fa27e

@copilots-app
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.