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:
parent
8f5e5941bb
commit
c2a5748582
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue