diff --git a/wp-content/themes/twentytwenty/style-rtl.css b/wp-content/themes/twentytwenty/style-rtl.css index ccaa719a66..2b80e059ff 100644 --- a/wp-content/themes/twentytwenty/style-rtl.css +++ b/wp-content/themes/twentytwenty/style-rtl.css @@ -6416,3 +6416,12 @@ a.to-the-top > * { top: 0; } } + +@media ( max-width: 800px ) { + + /* Customizer ---------------------------- */ + + .customize-partial-edit-shortcuts-shown .footer-nav-widgets-wrapper .footer-inner.section-inner { + width: calc(100% - 8rem); + } +} diff --git a/wp-content/themes/twentytwenty/style.css b/wp-content/themes/twentytwenty/style.css index 6bfa93cc35..75625d39ec 100644 --- a/wp-content/themes/twentytwenty/style.css +++ b/wp-content/themes/twentytwenty/style.css @@ -6532,3 +6532,12 @@ a.to-the-top > * { top: 0; } } + +@media ( max-width: 800px ) { + + /* Customizer ---------------------------- */ + + .customize-partial-edit-shortcuts-shown .footer-nav-widgets-wrapper .footer-inner.section-inner { + width: calc(100% - 8rem); + } +} diff --git a/wp-includes/version.php b/wp-includes/version.php index e9ed5f750d..0488739be6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58777'; +$wp_version = '6.7-alpha-58778'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.