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.
Built from https://develop.svn.wordpress.org/trunk@54660


git-svn-id: http://core.svn.wordpress.org/trunk@54212 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
joedolson 2022-10-20 21:46:15 +00:00
parent 105b321283
commit 9f988fec20
5 changed files with 7 additions and 7 deletions

View File

@ -1394,7 +1394,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 {
@ -1689,7 +1689,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;

File diff suppressed because one or more lines are too long

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;

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.2-alpha-54659';
$wp_version = '6.2-alpha-54660';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.