diff --git a/core/css/header.scss b/core/css/header.scss index 335ce18600..4b6c0fbd00 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -462,6 +462,7 @@ nav { width: auto; clear: both; height: 44px; + flex-shrink: 0; li { float: left; @@ -559,7 +560,7 @@ nav { } /* use popover menu on mobile and small screens */ -@media only screen and (max-width: 600px) { +@media only screen and (max-width: 680px) { #header .header-appname-container { display: inline-block !important;