Fix search bar position when using sr-only (#2355)

(cherry picked from commit 4d776961b9)
This commit is contained in:
Oscar Hinton 2022-02-11 15:22:38 +01:00 committed by Hinton
parent 75e7bddfbf
commit ba467f3cfa
1 changed files with 2 additions and 1 deletions

View File

@ -271,7 +271,8 @@ header {
}
}
.left + .search {
.left + .search,
.left + .sr-only + .search {
padding-left: 0;
.bwi {