Media: Adjust box-sizing for audio players.

Fix cropped container around playhead time in audio player.

Props ravipatel, sabernhardt, audrasjb, SergeyBiryukov, 
Fixes #51685

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


git-svn-id: http://core.svn.wordpress.org/trunk@49288 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
antpb 2020-11-09 19:34:08 +00:00
parent 74969e7fbe
commit 9901c9a48d
5 changed files with 11 additions and 3 deletions

View File

@ -1184,6 +1184,10 @@ audio, video {
box-sizing: border-box;
}
.wp-core-ui .mejs-time {
box-sizing: content-box;
}
/* =Media Queries
-------------------------------------------------------------- */

File diff suppressed because one or more lines are too long

View File

@ -1183,6 +1183,10 @@ audio, video {
box-sizing: border-box;
}
.wp-core-ui .mejs-time {
box-sizing: content-box;
}
/* =Media Queries
-------------------------------------------------------------- */

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-beta3-49549';
$wp_version = '5.6-beta3-49550';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.