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

Built from https://develop.svn.wordpress.org/trunk@27601


git-svn-id: http://core.svn.wordpress.org/trunk@27444 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2014-03-19 01:16:15 +00:00
parent 8f5e5941bb
commit c2a5748582
1 changed files with 2 additions and 2 deletions

View File

@ -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 */