hamburg-freifunk-wp-theme/src/assets/scss/modules/_editor-style.scss
2019-02-08 20:07:22 +01:00

5 lines
No EOL
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;
}