Twenty Eleven: Set a fixed height for search form when header image is added.

This ensures that the search form does not collide with the menu on smaller screens.

Props sabernhardt, fedepia, Soean, lukecavanagh, mukesh27.
Fixes #40398.
Built from https://develop.svn.wordpress.org/trunk@51807


git-svn-id: http://core.svn.wordpress.org/trunk@51414 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-09-13 20:41:56 +00:00
parent e838c96df4
commit 7d6308c3c7
2 changed files with 2 additions and 1 deletions

View File

@ -701,6 +701,7 @@ a.assistive-text:focus,
top: auto;
bottom: -27px;
max-width: 195px;
height: 32px;
}
#branding .only-search + #access div {
padding-right: 205px;

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-alpha-51806';
$wp_version = '5.9-alpha-51807';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.