Merge "Search in header: fix break point"

This commit is contained in:
jenkins-bot 2020-08-18 11:50:27 +00:00 committed by Gerrit Code Review
commit a817bc5cb8
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;