Audio previews need top margin on Edit Media screen.
Fixes #31524. git-svn-id: https://develop.svn.wordpress.org/trunk@31634 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
78bab0c4eb
commit
deb7e5697e
|
@ -126,7 +126,8 @@
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp_attachment_holder .wp-video {
|
.wp_attachment_holder .wp-video,
|
||||||
|
.wp_attachment_holder .wp-audio-shortcode {
|
||||||
margin-top: 18px;
|
margin-top: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue