Media: Fix styling for MediaElement player in media modal.

Fixes #43640.

Built from https://develop.svn.wordpress.org/trunk@49343


git-svn-id: http://core.svn.wordpress.org/trunk@49103 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2020-10-27 19:40:04 +00:00
parent cbc1404589
commit 7636806a52
5 changed files with 7 additions and 7 deletions

View File

@ -1175,12 +1175,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;
}

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.6-beta1-49338';
$wp_version = '5.6-beta1-49343';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.