Files
redline.com.pl/admin086k8e6t9/themes/default/css/overrides.css
2024-11-11 18:46:54 +01:00

13 lines
490 B
CSS

/* This stylesheet should be used to add your custom styles to the back-office without using the Sass sources. It will be loaded after all the default styles.
You should NOT edit any other exisiting back-office CSS file manually: they are generated by the Sass preprocessor: http://www.sass-lang.com/ . */
#image_link-images-thumbnails div img {
max-width: 100%;
}
#image #thumb_link-images-thumbnails div img {
max-width: 100%;
}
div.mce-edit-area {
max-height: 650px !important;
}