2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

Profile textarea too short in iOS10

This commit is contained in:
Kris 2018-01-30 09:31:18 -05:00
parent 192a0886e2
commit 56987e2290

View file

@ -164,6 +164,7 @@
} }
.d-editor-textarea-wrapper { .d-editor-textarea-wrapper {
border: 1px solid $primary-low; border: 1px solid $primary-low;
min-height: 14em;
} }
.d-editor-button-bar .btn { .d-editor-button-bar .btn {
padding: 6px 8px; padding: 6px 8px;