diff options
-rw-r--r-- | server/sonar-web/src/main/less/layout.less | 2 |
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; } |