From c1546fc3f4b597580293b4afb1caa6399dbbd86e Mon Sep 17 00:00:00 2001 From: David Gageot Date: Wed, 17 Oct 2012 12:56:36 +0200 Subject: [PATCH] SONAR-3529 Fix property set headers alignment --- 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 f3d1baf4597..4b2cb346846 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -2428,4 +2428,8 @@ textarea.width100 { .property table.data { width: auto; min-width: 600px; +} + +.property table.data > thead > tr > th { + vertical-align: top; } \ No newline at end of file -- 2.39.5