diff --git a/e107_plugins/tinymce4/editor.css b/e107_plugins/tinymce4/editor.css index bd9d1b51a..6541582d3 100644 --- a/e107_plugins/tinymce4/editor.css +++ b/e107_plugins/tinymce4/editor.css @@ -92,4 +92,5 @@ ul { padding-bottom:8px } .mce-visualblocks .animated.slideOutRight:after { content: "slideOutRight" !important } .mce-visualblocks .animated.slideOutUp:after { content: "slideOutUp" !important }*/ .mce-visualblocks .animated:after, -.mce-visualblocks .wow:after { content: attr(class); !important } \ No newline at end of file +.mce-visualblocks .wow:after { content: attr(class); !important } +.mce-visualblocks div:not([data-mce-bogus]) { margin-left: auto !important; } \ No newline at end of file