[TASK] Add styles to unset fixed height for rte in backend
This commit is contained in:
parent
ccb3141487
commit
935055007d
@ -2,3 +2,11 @@
|
|||||||
border: 1px solid #eee;
|
border: 1px solid #eee;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
}
|
}
|
||||||
|
textarea.formengine-textarea {
|
||||||
|
max-height: unset;
|
||||||
|
width: 100%;
|
||||||
|
resize: vertical;
|
||||||
|
}
|
||||||
|
.form-control-wrap {
|
||||||
|
max-width: unset !important;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user