diff options
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 0df4d95a351..a3c9e9da837 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -2261,7 +2261,7 @@ td.spacer-top { .table > tbody > tr > td { line-height: 16px; padding: 4px 5px; - vertical-align: middle; + vertical-align: top; } .table > tfoot > tr > td { |