]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5751 Apply fix to table footer too
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Thu, 16 Oct 2014 15:13:09 +0000 (17:13 +0200)
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Thu, 16 Oct 2014 15:13:09 +0000 (17:13 +0200)
server/sonar-web/src/main/less/layout.less

index 1934b20e2ac9b973997af169b0f05efd31691658..4d9d441f0ed337d6537817fc729b135a47235b5a 100644 (file)
@@ -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;
   }