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:
parent
a27f712fbb
commit
15e74ab98a
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user