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
This commit is contained in:
Joe Dolson 2022-10-20 21:44:35 +00:00
parent 05d5e1d0dc
commit c8fcfc846e

View File

@ -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;