]> source.dussan.org Git - sonarqube.git/commitdiff
fix unwanted text wrapping in the header in ie11
authorStas Vilchik <stas.vilchik@sonarsource.com>
Tue, 10 Oct 2017 15:23:09 +0000 (17:23 +0200)
committerStas Vilchik <stas.vilchik@sonarsource.com>
Tue, 10 Oct 2017 15:23:09 +0000 (17:23 +0200)
server/sonar-web/src/main/js/app/components/nav/global/GlobalNav.css

index 3bbf08445edb2c7792464f0025aa2a6fa4790d28..66c1a5daf30af53167b8b9d5277a0b64da2c1acf 100644 (file)
@@ -19,6 +19,7 @@
 
 .navbar-login {
   margin-right: -10px;
+  white-space: nowrap;
 }
 
 .navbar-avatar {