Arc-hive-omeka-theme/dist/assets/scss/modules/_editor-style.scss

5 lines
152 B
SCSS
Raw Normal View History

2022-03-29 17:40:39 +02:00
body#tinymce{
height: auto; // Fix editor style bug
max-width: $grid-row-width; // Give the editor a max-width
padding: rem-calc(20) !important;
}