MediaElement players need `clear: both` to play nice with adjacent floated elements.
Fixes #27385. Built from https://develop.svn.wordpress.org/trunk@28361 git-svn-id: http://core.svn.wordpress.org/trunk@28189 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0b6729c3f9
commit
d06c353995
|
@ -1,3 +1,7 @@
|
||||||
|
.mejs-container {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
.mejs-container * {
|
.mejs-container * {
|
||||||
font-family: Helvetica, Arial;
|
font-family: Helvetica, Arial;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue