diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2013-12-05 14:07:32 +0600 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2013-12-05 14:07:32 +0600 |
commit | a628de75dfd0e1b757a22f94cc0d6b4ec3ea8e44 (patch) | |
tree | 36e93bfd4426cd0965c5ff67ac721b10abf454df | |
parent | 2c7c834fb844b3fc4732d97836c7646eabd587a3 (diff) | |
download | sonarqube-a628de75dfd0e1b757a22f94cc0d6b4ec3ea8e44.tar.gz sonarqube-a628de75dfd0e1b757a22f94cc0d6b4ec3ea8e44.zip |
SONAR-4800 Align action plan title and due date on Action Plans widget
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 88bd5be6d4b..ffb9673bbfc 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -1986,6 +1986,10 @@ table.nowrap td, td.nowrap, th.nowrap { white-space: nowrap; } +table.nowrap td.small, td.nowrap.small, th.nowrap.small { + line-height: 16px; +} + .background-gray { background-color: #EFEFEF; color: #444; |