13 lines
212 B
CSS
13 lines
212 B
CSS
.CodeMirror {
|
|
border: 1px solid #eee;
|
|
height: auto !important;
|
|
}
|
|
textarea.formengine-textarea {
|
|
max-height: unset;
|
|
width: 100%;
|
|
resize: vertical;
|
|
}
|
|
.form-control-wrap {
|
|
max-width: unset !important;
|
|
}
|