aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>2019-10-10 14:59:21 +0200
committerSonarTech <sonartech@sonarsource.com>2019-10-21 20:21:09 +0200
commit09c58e9e477453cccab65bfb70278db0b75490fb (patch)
tree901ad177574abd4861230fbac40e0436f5f3753e
parentf8ee1dfe4077948a2551abb1499da211c2413a64 (diff)
downloadsonarqube-09c58e9e477453cccab65bfb70278db0b75490fb.tar.gz
sonarqube-09c58e9e477453cccab65bfb70278db0b75490fb.zip
Fix login buttons style on IE11
-rw-r--r--server/sonar-web/src/main/js/apps/about/sonarcloud/components/LoginButtons.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/apps/about/sonarcloud/components/LoginButtons.css b/server/sonar-web/src/main/js/apps/about/sonarcloud/components/LoginButtons.css
index bc5af512b66..766c190c282 100644
--- a/server/sonar-web/src/main/js/apps/about/sonarcloud/components/LoginButtons.css
+++ b/server/sonar-web/src/main/js/apps/about/sonarcloud/components/LoginButtons.css
@@ -29,6 +29,7 @@
border-radius: 4px;
height: 44px;
line-height: 44px;
+ white-space: nowrap;
transition: all 0.2s ease;
box-shadow: 0 1px 2px rgba(7, 7, 6, 0.1);
}