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:
parent
3f43833d5b
commit
f32683249d
@ -1145,6 +1145,10 @@ audio, video {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.mejs-container .mejs-controls {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* =Media Queries
|
||||
-------------------------------------------------------------- */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user