Make sure the audio player's time tooltip is visible in the media modal for Audio Details.
Fixes #28453. Built from https://develop.svn.wordpress.org/trunk@28863 git-svn-id: http://core.svn.wordpress.org/trunk@28663 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b7c93eb3d0
commit
4ad56ce548
|
@ -53,6 +53,10 @@
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.audio-details .embed-media-settings {
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
|
||||||
.media-embed-details .embed-media-settings .setting span {
|
.media-embed-details .embed-media-settings .setting span {
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
Loading…
Reference in New Issue