Browse Source

Overview print: remove padding

Felix Niklas 6 years ago
parent
commit
2733581551
1 changed files with 4 additions and 0 deletions
  1. 4 0
      app/assets/stylesheets/print.scss

+ 4 - 0
app/assets/stylesheets/print.scss

@@ -61,6 +61,10 @@ main {
   display: none;
   display: none;
 }
 }
 
 
+.main {
+  padding: 0;
+}
+
 h1, .popover-notificationsHeader .popover-title, .ticket-title-update, h2, h3, h4, h5, h6 {
 h1, .popover-notificationsHeader .popover-title, .ticket-title-update, h2, h3, h4, h5, h6 {
   color: inherit;
   color: inherit;
 }
 }