Media: Fix styling for MediaElement player in media modal.
Fixes #43640. git-svn-id: https://develop.svn.wordpress.org/trunk@49343 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c36874264b
commit
cf4a274466
|
@ -1174,12 +1174,12 @@ audio, video {
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
.mejs-container {
|
||||
.wp-core-ui .mejs-container {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.mejs-container .mejs-controls {
|
||||
.wp-core-ui .mejs-container * {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue