From 682f2ddfcabe68ae100e4c9c0b4543f0c6d992eb Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 27 Mar 2012 19:19:52 +0200 Subject: [PATCH] CSS : vertical alignment of cells in class .table --- sonar-server/src/main/webapp/stylesheets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index c81fdaa3543..de521779d26 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -2458,6 +2458,7 @@ td.spacer-top { .table > tbody > tr > td { line-height: 16px; padding: 4px 5px; + vertical-align: top; } .table-bordered > tbody { -- 2.39.5