]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5751 Table headers don't wrap correctly in printable version
authorStas Vilchik <vilchiks@gmail.com>
Thu, 16 Oct 2014 08:47:57 +0000 (10:47 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Thu, 16 Oct 2014 08:47:57 +0000 (10:47 +0200)
server/sonar-web/src/main/less/layout.less

index fa1c19ab380c8d7358dbde06a4668ef095b29e85..1934b20e2ac9b973997af169b0f05efd31691658 100644 (file)
   #content {
     margin-left: 0 !important;
   }
+
+  .widget thead {
+    // Fix for phantomjs bug about wrapping tables
+    display: table-row-group;
+  }
 }
 
 @media screen {