0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-22 09:20:29 +01:00

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 {
max-height: 250px;
min-height: 200px;
.d-editor-input {
resize: vertical;
flex: initial;
}
}
.d-editor-modal.hidden {