mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
MediaElement players need clear: both to play nice with adjacent floated elements.
Fixes #27385. git-svn-id: https://develop.svn.wordpress.org/trunk@28361 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d007994bf3
commit
8998c015b3
@ -1,3 +1,7 @@
|
||||
.mejs-container {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.mejs-container * {
|
||||
font-family: Helvetica, Arial;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user