From: Grégoire Aubert Date: Wed, 16 Aug 2017 14:49:13 +0000 (+0200) Subject: SONAR-9390 Reduce a little bit the nav bar min width to better match the page layout X-Git-Tag: 6.6-RC1~574 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0ce861b4c00a06e3a19ca42be3da809ad8f9d4db;p=sonarqube.git SONAR-9390 Reduce a little bit the nav bar min width to better match the page layout --- diff --git a/server/sonar-web/src/main/js/components/nav/NavBar.css b/server/sonar-web/src/main/js/components/nav/NavBar.css index c74c0929f39..df1c0738245 100644 --- a/server/sonar-web/src/main/js/components/nav/NavBar.css +++ b/server/sonar-web/src/main/js/components/nav/NavBar.css @@ -15,7 +15,7 @@ .navbar-limited { position: relative; - min-width: 1100px; + min-width: 1080px; max-width: 1320px; margin-left: auto; margin-right: auto;