]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5751 return fix
authorStas Vilchik <vilchiks@gmail.com>
Fri, 20 Feb 2015 08:54:19 +0000 (09:54 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Fri, 20 Feb 2015 08:54:26 +0000 (09:54 +0100)
server/sonar-web/src/main/less/print.less

index 678bb53f8b9d47c638788b268841073bb460fe74..75b2675e8a139d91f0b22b5ac006e31eb2acab3b 100644 (file)
@@ -2,7 +2,6 @@
 @import (reference) "variables";
 @import (reference) "init/links";
 
-
 @media print {
 
   .noprint {
     background-color: #fff;
   }
 
+  // see https://github.com/ariya/phantomjs/issues/10927
+  .widget thead,
+  .widget tfoot {
+    display: table-row-group;
+  }
+
 }