Skip to content

Commit ba0c611

Browse files
author
Olexandr Lysenko
committed
Merge branch 'MAGETWO-57390' into bugfixes20
2 parents 042d20f + 388b23c commit ba0c611

File tree

1 file changed

+2
-1
lines changed
  • lib/web/mage/adminhtml/wysiwyg/tiny_mce/themes/advanced/skins/default

1 file changed

+2
-1
lines changed

lib/web/mage/adminhtml/wysiwyg/tiny_mce/themes/advanced/skins/default/content.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
* See COPYING.txt for license details.
44
*/
55

6+
html {height: 100%;}
67
body, td, pre { color:#2f2f2f; font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:8px; }
7-
body { background:#fff; }
8+
body {background:#fff; min-height: calc(100% - 20px);}
89
body.mceForceColors { background:#fff; color:#2f2f2f; }
910
h1 {font-size: 2em}
1011
h2 {font-size: 1.5em}

0 commit comments

Comments
 (0)