Widen WVUI search suggestions to edge of search button when search is toggled

Per T284242#7206507, the width of the search suggestions should be
increased at small resolutions.

Bug: T284242
Change-Id: I16ac7c4174c427d340dc16b0b56221ff7b6e1016
This commit is contained in:
Nicholas Ray 2021-07-14 13:20:34 -06:00
parent 91af0e098d
commit 7d917c8dbb
1 changed files with 7 additions and 0 deletions

View File

@ -486,6 +486,13 @@ body {
#p-search {
margin-left: @size-search-expand + @padding-horizontal-tabs;
// T284242#7206507: Widen the suggestion results to the edge of the search
// button at small resolutions.
position: relative;
}
.wvui-typeahead-search__wrapper {
position: static;
}
}
}