Fixed Redactor styles

This commit is contained in:
alekseybobkov 2014-09-18 20:30:45 -07:00
parent e383f0bd01
commit 632d1b82cf
2 changed files with 4 additions and 2 deletions

View File

@ -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,

View File

@ -54,10 +54,11 @@
}
.redactor_editor {
height: 100% !important;
height: auto !important;
width: 100%!important;
left: 0;
top: 0;
bottom: 0;
position: absolute;
}