Layout: Fixes header margin between search and user links

Restore header margin between search and user links, as its
still needed for grid (Fixes F35282398)

Bug: T303484
Change-Id: Ie8cf4adcadff430ebfc675029635e6c22061b238
This commit is contained in:
Jon Robson 2022-06-24 15:44:02 -07:00
parent e16a8e4775
commit bcb6ca36ba
1 changed files with 1 additions and 3 deletions

View File

@ -53,9 +53,7 @@
@media ( min-width: @min-width-desktop ) {
.vector-search-box {
.vector-layout-legacy & {
margin-right: @margin-end-search;
}
margin-right: @margin-end-search;
}
}