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.

git-svn-id: https://develop.svn.wordpress.org/trunk@51807 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2021-09-13 20:40:29 +00:00
parent 08fe0469f9
commit a591d5159d

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;