From c8fcfc846eed75f0a7ea24ecb2c94abd8b07f05b Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Thu, 20 Oct 2022 21:44:35 +0000 Subject: [PATCH] Editor: Fix modal height responsiveness on link popup editor. Fix the responsive breakpoint styles for short vertical viewports on the link popup modal. Follow up to [54216]. Props sabernhardt. Fixes #53174. git-svn-id: https://develop.svn.wordpress.org/trunk@54660 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/editor.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/css/editor.css b/src/wp-includes/css/editor.css index 045cbd9d85..c445a32b43 100644 --- a/src/wp-includes/css/editor.css +++ b/src/wp-includes/css/editor.css @@ -1393,7 +1393,7 @@ i.mce-i-wp_code:before { #wp-link-wrap { height: 600px; - margin-top: -250px; + margin-top: -300px; } #wp-link-wrap .wp-link-text-field { @@ -1688,7 +1688,7 @@ i.mce-i-wp_code:before { } } -@media screen and (max-height: 520px) { +@media screen and (max-height: 620px) { #wp-link-wrap { transition: none; height: auto;