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:
Helen Hou-Sandi 2020-10-27 19:38:19 +00:00
parent c36874264b
commit cf4a274466
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}