mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Video:
* Don't set height on responsive `<div>` when generating markup * Move some CSS rules from the style tag to `.wp-video` * Use Video Details view event delegation instead of click events delegated from `<body>` * Fix some CSS rule collision in the grid modal See #29110. git-svn-id: https://develop.svn.wordpress.org/trunk@29456 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2681,7 +2681,7 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.edit-attachment-frame .attachment-media-view img {
|
||||
.edit-attachment-frame .attachment-media-view .details-image {
|
||||
display: block;
|
||||
margin-bottom: 16px;
|
||||
max-width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user