diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-03-27 10:33:05 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-03-28 20:20:58 +0200 |
commit | 9bed278a7b11a213a551847b9672cbbab198f59b (patch) | |
tree | 772993ad6e883a4ce65a90bf306c850ccce30030 /server/sonar-web/src/main/js/app/styles | |
parent | 8b8f07ed8becdef5cf45fc27567ea24cd43e124a (diff) | |
download | sonarqube-9bed278a7b11a213a551847b9672cbbab198f59b.tar.gz sonarqube-9bed278a7b11a213a551847b9672cbbab198f59b.zip |
SONAR-10221 Change message when project main branch is not analyzed (#3164)
Diffstat (limited to 'server/sonar-web/src/main/js/app/styles')
-rw-r--r-- | server/sonar-web/src/main/js/app/styles/init/type.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/app/styles/init/type.css b/server/sonar-web/src/main/js/app/styles/init/type.css index 943ee5497a8..f0c235042ca 100644 --- a/server/sonar-web/src/main/js/app/styles/init/type.css +++ b/server/sonar-web/src/main/js/app/styles/init/type.css @@ -211,6 +211,10 @@ small, vertical-align: text-bottom !important; } +.text-baseline { + vertical-align: baseline !important; +} + .text-ellipsis { overflow: hidden; text-overflow: ellipsis; |