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:
@ -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;
|
||||||
|
Reference in New Issue
Block a user