From: David Gageot Date: Wed, 17 Oct 2012 10:56:36 +0000 (+0200) Subject: SONAR-3529 Fix property set headers alignment X-Git-Tag: 3.4~474 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c1546fc3f4b597580293b4afb1caa6399dbbd86e;p=sonarqube.git SONAR-3529 Fix property set headers alignment --- 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