Skip to content
Snippets Groups Projects
Commit 34683aaf authored by khawkins's avatar khawkins
Browse files

Padding fix for tinymce

parent fde60c62
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ div.warning {
/* Do not show default page title on panel pages */
body.page-node h2#page-title { display: none; }
/* But show for revisions */
body.page-node.page-node-revisions h2#page-title { display: block; }
body.page-node.page-node-revisions h2#page-title { display: block; }
/* Allow showing of drupal status messages statically */
body.is-reveal-open #status-messages.static {
......@@ -116,7 +116,7 @@ body div.caption-inner {
/* Tinymce reset */
/* tinyMce WYSIWYG fixes */
body.mceContentBody,
body#tinymce { font-size: 1rem; margin: 0 1em; overflow-y: scroll !important; }
body#tinymce { font-size: 1rem; padding: 0 1em; overflow-y: scroll !important; }
/* For some drupal views we need to absue li items as columns */
li.columns { list-style-type: none; }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment