diff --git a/src/wp-includes/css/media-views.css b/src/wp-includes/css/media-views.css index 89c9a2abfd..3bcfcd6bc0 100644 --- a/src/wp-includes/css/media-views.css +++ b/src/wp-includes/css/media-views.css @@ -2114,7 +2114,7 @@ .embed-link-settings, .embed-media-settings { position: absolute; - top: 70px; + top: 82px; left: 0; right: 0; bottom: 0; @@ -2122,6 +2122,10 @@ overflow: auto; } +.media-embed .embed-link-settings .link-text { + margin-top: 0; +} + /* * Implementation of bottom padding in overflow content differs across browsers. * We need a different method. See https://github.com/w3c/csswg-drafts/issues/129