Browse Source

Overviews: fix table width when printing

Felix Niklas 6 years ago
parent
commit
83da6332da
1 changed files with 1 additions and 14 deletions
  1. 1 14
      app/assets/stylesheets/print.scss

+ 1 - 14
app/assets/stylesheets/print.scss

@@ -68,29 +68,16 @@ h1, .popover-notificationsHeader .popover-title, .ticket-title-update, h2, h3, h
 .table {
   border: none;
   color: black;
-  table-layout: auto;
-
-  thead tr {
-    border: none;
-  }
 
   > thead > tr > th {
     background: none;
     color: inherit;
   }
-
-  > tbody > tr > td {
-    border: none;
-  }
-
-  tbody tr {
-    border-top: 1px solid;
-  }
 }
 
 td a {
   color: black;
-  font-weight: bold;
+  font-weight: 500;
 }
 
 .table-col-resize {