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

WYSIWYG fixes

parent 25083094
No related branches found
Tags v1.2.0.20
No related merge requests found
......@@ -83,4 +83,7 @@ body.is-reveal-open #status-messages.static .alert-box {
}
/* Tinymce reset */
body#tinymce { font-size: 100%; margin: 0 1em; }
/* tinyMce WYSIWYG fixes */
body.mceContentBody,
body#tinymce { font-size: 1rem; margin: 0 1em; }
......@@ -1061,7 +1061,3 @@ table.no-stripe tbody tr:nth-child(even) {
body.full-width .row {
max-width: 96%;
min-width: 1000px; } }
/* tinyMce WYSIWYG fixes */
body.mceContentBody {
font-size: 1rem; }
This diff is collapsed.
......@@ -871,6 +871,3 @@ table.no-stripe tbody tr:nth-child(even) { background-color: #fff; }
min-width: 1000px;
}
}
/* tinyMce WYSIWYG fixes */
body.mceContentBody { font-size: 1rem; }
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