From: Fabrice Bellingard Date: Thu, 16 Oct 2014 15:13:09 +0000 (+0200) Subject: SONAR-5751 Apply fix to table footer too X-Git-Tag: 4.5.1-RC1~24 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a153fa1d04a472d3b323d56bc628b1a3370e4a43;p=sonarqube.git SONAR-5751 Apply fix to table footer too --- 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; }