summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2013-12-05 14:07:32 +0600
committerStas Vilchik <vilchiks@gmail.com>2013-12-05 14:07:32 +0600
commita628de75dfd0e1b757a22f94cc0d6b4ec3ea8e44 (patch)
tree36e93bfd4426cd0965c5ff67ac721b10abf454df
parent2c7c834fb844b3fc4732d97836c7646eabd587a3 (diff)
downloadsonarqube-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.css4
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;