1
0
Fork 0

set min-height and allow resize for composer

Dieser Commit ist enthalten in:
Angus McLeod 2019-06-03 18:18:31 +10:00
Ursprung 8f64d77940
Commit 7d04ffbde5

Datei anzeigen

@ -157,7 +157,12 @@
//// ////
.d-editor { .d-editor {
max-height: 250px; min-height: 200px;
.d-editor-input {
resize: vertical;
flex: initial;
}
} }
.d-editor-modal.hidden { .d-editor-modal.hidden {