mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 12:14:25 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user