diff options
-rw-r--r-- | core/css/header.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 335ce18600c..4b6c0fbd007 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; |