arc-hive-wordpress-theme/dist/assets/scss/modules/_editor-style.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;
}