Search in header: fix break point

The width comfortable should consider the max-width of the search
not the min-width.

This fixes the bug documented in T249363#6391041

Bug: T249363
Change-Id: I3e216a3705730092f88d1dcbb5193e411945a083
This commit is contained in:
jdlrobson 2020-08-17 14:36:01 -07:00
parent 7a769a0374
commit 8a2ffe0722
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
@padding-horizontal-page-container-ems: unit( @padding-horizontal-page-container / @font-size-browser, em );
@min-width-supported: @width-grid-column-one + @min-width-personal-tools + ( @padding-horizontal-page-container-ems * 2 );
@width-comfortable: @min-width-logo + @size-sidebar-button + @min-width-search + @min-width-personal-tools;
@width-comfortable: @min-width-logo + @size-sidebar-button + @max-width-search + @min-width-personal-tools;
@height-personal-tools: 2em;