[TASK] Add styles to unset fixed height for rte in backend

This commit is contained in:
Philipp Dieter 2021-06-30 23:52:45 +02:00
parent ccb3141487
commit 935055007d

View File

@ -2,3 +2,11 @@
border: 1px solid #eee;
height: auto !important;
}
textarea.formengine-textarea {
max-height: unset;
width: 100%;
resize: vertical;
}
.form-control-wrap {
max-width: unset !important;
}