Make sure the audio player's time tooltip is visible in the media modal for Audio Details.

Fixes #28453.



git-svn-id: https://develop.svn.wordpress.org/trunk@28863 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-06-26 20:28:12 +00:00
parent 2e22fc3778
commit ce8a35edd1
1 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,10 @@
max-width: 400px;
}
.audio-details .embed-media-settings {
overflow: visible;
}
.media-embed-details .embed-media-settings .setting span {
max-width: 400px;
width: auto;