From 15e74ab98a913549d06b0e5c0cf5025ff4fd465e Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Wed, 19 Mar 2014 01:15:59 +0000 Subject: [PATCH] wpView: don't overlap floated elements, see #26959 git-svn-id: https://develop.svn.wordpress.org/trunk@27601 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/js/tinymce/skins/wordpress/wp-content.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css b/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css index 5f53fc69c9..8e208de1d3 100644 --- a/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css +++ b/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css @@ -195,10 +195,10 @@ embed { * WP Views */ -/* IE hasLayout. Needed for all IE incl. 11 (ugh, not again!!) */ .wpview-wrap { - width: 99.99%; + width: 99.99%; /* All IE need hasLayout, incl. 11 (ugh, not again!!) */ position: relative; + clear: both; } /* delegate the handling of the selection to the wpview tinymce plugin */