Skip to content

Commit c8fcfc8

Browse files
committed
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
1 parent 05d5e1d commit c8fcfc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/wp-includes/css/editor.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,7 @@ i.mce-i-wp_code:before {
13931393

13941394
#wp-link-wrap {
13951395
height: 600px;
1396-
margin-top: -250px;
1396+
margin-top: -300px;
13971397
}
13981398

13991399
#wp-link-wrap .wp-link-text-field {
@@ -1688,7 +1688,7 @@ i.mce-i-wp_code:before {
16881688
}
16891689
}
16901690

1691-
@media screen and (max-height: 520px) {
1691+
@media screen and (max-height: 620px) {
16921692
#wp-link-wrap {
16931693
transition: none;
16941694
height: auto;

0 commit comments

Comments
 (0)