Fix position of search box in vector-22

Looks like the selector for `vector-search-box-show-thumbnail` needs to
be adjusted as it is on the same element as the `vector-search-box-vue`
class.

Change-Id: Ief1dadddc082add65ae4bf29c951f2ddefb15d5b
This commit is contained in:
Nicholas Ray 2022-04-11 18:01:19 -06:00
parent 94d9445ba3
commit 5eacd5e629
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
.transition( none );
}
.vector-search-box-show-thumbnail {
&.vector-search-box-show-thumbnail {
&.vector-search-box-auto-expand-width .searchButton {
// Accounts for the margin that allocates space for the input expanding and
// 1px input border.