5 lines
152 B
SCSS
5 lines
152 B
SCSS
|
body#tinymce{
|
||
|
height: auto; // Fix editor style bug
|
||
|
max-width: $grid-row-width; // Give the editor a max-width
|
||
|
padding: rem-calc(20) !important;
|
||
|
}
|