]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-9390 Reduce a little bit the nav bar min width to better match the page layout
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Wed, 16 Aug 2017 14:49:13 +0000 (16:49 +0200)
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>
Thu, 17 Aug 2017 14:42:34 +0000 (16:42 +0200)
server/sonar-web/src/main/js/components/nav/NavBar.css

index c74c0929f398daed3f8d33f17e395f19d0a833df..df1c0738245ae56990e63daf242e5841e9956284 100644 (file)
@@ -15,7 +15,7 @@
 
 .navbar-limited {
   position: relative;
-  min-width: 1100px;
+  min-width: 1080px;
   max-width: 1320px;
   margin-left: auto;
   margin-right: auto;