wpView: don't overlap floated elements, see #26959

git-svn-id: https://develop.svn.wordpress.org/trunk@27601 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2014-03-19 01:15:59 +00:00
parent a27f712fbb
commit 15e74ab98a

View File

@ -195,10 +195,10 @@ embed {
* WP Views * WP Views
*/ */
/* IE hasLayout. Needed for all IE incl. 11 (ugh, not again!!) */
.wpview-wrap { .wpview-wrap {
width: 99.99%; width: 99.99%; /* All IE need hasLayout, incl. 11 (ugh, not again!!) */
position: relative; position: relative;
clear: both;
} }
/* delegate the handling of the selection to the wpview tinymce plugin */ /* delegate the handling of the selection to the wpview tinymce plugin */