diff --git a/wp-includes/js/tinymce/skins/wordpress/wp-content.css b/wp-includes/js/tinymce/skins/wordpress/wp-content.css index 6b6d4c5c12..6151554e5c 100644 --- a/wp-includes/js/tinymce/skins/wordpress/wp-content.css +++ b/wp-includes/js/tinymce/skins/wordpress/wp-content.css @@ -271,7 +271,12 @@ audio { /* Audio player is short; therefore let's put the toolbar above */ .wpview-type-audio .toolbar { - top: -41px; + top: auto; + bottom: -34px; +} + +.wpview-type-audio .toolbar div { + margin-top: 0; } .wpview-type-audio .toolbar div:first-child {