1
0
mirror of https://github.com/flarum/core.git synced 2025-06-17 06:50:58 +02:00

Bit of padding on the ol' composer textarea

This commit is contained in:
Toby Zerner
2015-06-26 17:43:48 +09:30
parent 5202ce00c4
commit 4dbe87da77

View File

@ -290,7 +290,7 @@
.text-editor { .text-editor {
& textarea { & textarea {
border-radius: 0; border-radius: 0;
padding: 0; padding: 0 0 10px;
border: 0; border: 0;
resize: none; resize: none;
color: @fl-body-color; color: @fl-body-color;