From a153fa1d04a472d3b323d56bc628b1a3370e4a43 Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Thu, 16 Oct 2014 17:13:09 +0200 Subject: [PATCH] SONAR-5751 Apply fix to table footer too --- server/sonar-web/src/main/less/layout.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5