]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4800 Align action plan title and due date on Action Plans widget
authorStas Vilchik <vilchiks@gmail.com>
Thu, 5 Dec 2013 08:07:32 +0000 (14:07 +0600)
committerStas Vilchik <vilchiks@gmail.com>
Thu, 5 Dec 2013 08:07:32 +0000 (14:07 +0600)
sonar-server/src/main/webapp/stylesheets/style.css

index 88bd5be6d4beebb82acdd431c98b3daf889fa8b7..ffb9673bbfc60b2970aca0af0dd91a4b2cfbed1b 100644 (file)
@@ -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;