Fix the media player controls bar width in the media views.

Props vaishalipanchal, chetan200891.
Fixes #47457.


git-svn-id: https://develop.svn.wordpress.org/trunk@45497 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2019-06-07 13:28:37 +00:00
parent 3f43833d5b
commit f32683249d
1 changed files with 4 additions and 0 deletions

View File

@ -1145,6 +1145,10 @@ audio, video {
max-width: 100%;
}
.mejs-container .mejs-controls {
box-sizing: border-box;
}
/* =Media Queries
-------------------------------------------------------------- */