aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/default/css.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/views/default/css.php b/views/default/css.php
index 76df396e8..60bb2a441 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -2138,7 +2138,9 @@ a.toggle_customise_edit_panel:hover {
display:none;
}
-
-
+/* force tinyMCE editor initial width for safari */
+.mceLayout {
+ width:683px;
+}