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:
Scott Taylor 2014-05-11 00:14:14 +00:00
parent 0b6729c3f9
commit d06c353995
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
.mejs-container {
clear: both;
}
.mejs-container * {
font-family: Helvetica, Arial;
}