diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-06-12 03:50:27 -0700 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-06-20 04:10:53 -0700 |
commit | fbc932a882b6dec72900f5242d0cead7ff03e4b2 (patch) | |
tree | 504bae0d532ab34faa13fc4d7cf27668c3c31634 /server/sonar-web/src/main/less/init | |
parent | a5e983797e23c5ff158483653415da05394d2bef (diff) | |
download | sonarqube-fbc932a882b6dec72900f5242d0cead7ff03e4b2.tar.gz sonarqube-fbc932a882b6dec72900f5242d0cead7ff03e4b2.zip |
UI: SONAR-9355 Create onboarding tutorial (#2137)
Diffstat (limited to 'server/sonar-web/src/main/less/init')
-rw-r--r-- | server/sonar-web/src/main/less/init/type.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/less/init/type.less b/server/sonar-web/src/main/less/init/type.less index 75fe1839413..d26cae210ba 100644 --- a/server/sonar-web/src/main/less/init/type.less +++ b/server/sonar-web/src/main/less/init/type.less @@ -114,6 +114,7 @@ small, .text-top { vertical-align: top; } .text-middle { vertical-align: middle; } .text-bottom { vertical-align: bottom; } +.text-text-top { vertical-align: text-top !important; } // Overflow |