1
0
mirror of https://github.com/flarum/core.git synced 2025-07-21 16:51:34 +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 ce0bb59997
commit 5718a27248

View File

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