aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src
diff options
context:
space:
mode:
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>2014-10-16 17:13:09 +0200
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>2014-10-16 17:13:09 +0200
commita153fa1d04a472d3b323d56bc628b1a3370e4a43 (patch)
treed625008a7ad1e19fbce3cc6c10c579b7f1fd61d5 /server/sonar-web/src
parent6541635733c140e7e6cfa0fb4f454cefe98de1fd (diff)
downloadsonarqube-a153fa1d04a472d3b323d56bc628b1a3370e4a43.tar.gz
sonarqube-a153fa1d04a472d3b323d56bc628b1a3370e4a43.zip
SONAR-5751 Apply fix to table footer too
Diffstat (limited to 'server/sonar-web/src')
-rw-r--r--server/sonar-web/src/main/less/layout.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/less/layout.less b/server/sonar-web/src/main/less/layout.less
index 1934b20e2ac..4d9d441f0ed 100644
--- a/server/sonar-web/src/main/less/layout.less
+++ b/server/sonar-web/src/main/less/layout.less
@@ -36,7 +36,7 @@
margin-left: 0 !important;
}
- .widget thead {
+ .widget thead, .widget tfoot {
// Fix for phantomjs bug about wrapping tables
display: table-row-group;
}