mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Media Grid, in the Edit Attachment modal:
* Label the fields under the attachment a la the Edit Media page * Move the audio and video previews above the info * Remove the audio / video icon display. Unnecessary. * Ensure that `width` and `max-width` are set for `.mejs-container` See #24716. git-svn-id: https://develop.svn.wordpress.org/trunk@29088 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -697,6 +697,7 @@ audio, video {
|
||||
|
||||
.mejs-container {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* =Media Queries
|
||||
|
||||
Reference in New Issue
Block a user