Fixed Redactor styles
This commit is contained in:
parent
e383f0bd01
commit
632d1b82cf
|
|
@ -1239,10 +1239,11 @@ body .redactor_air .redactor_toolbar {
|
|||
width: 100%;
|
||||
}
|
||||
.field-richeditor.stretch .redactor_box .redactor_editor {
|
||||
height: 100% !important;
|
||||
height: auto !important;
|
||||
width: 100%!important;
|
||||
left: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
position: absolute;
|
||||
}
|
||||
.field-richeditor.stretch .redactor_box iframe,
|
||||
|
|
|
|||
|
|
@ -54,10 +54,11 @@
|
|||
}
|
||||
|
||||
.redactor_editor {
|
||||
height: 100% !important;
|
||||
height: auto !important;
|
||||
width: 100%!important;
|
||||
left: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue