From a628de75dfd0e1b757a22f94cc0d6b4ec3ea8e44 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Thu, 5 Dec 2013 14:07:32 +0600 Subject: [PATCH] SONAR-4800 Align action plan title and due date on Action Plans widget --- sonar-server/src/main/webapp/stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.39.5