From 2733581551cbc4a28abd79abebe96e0b257a9f1d Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Thu, 6 Sep 2018 15:21:17 +0200 Subject: [PATCH] Overview print: remove padding --- app/assets/stylesheets/print.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/print.scss b/app/assets/stylesheets/print.scss index fbaa1e096..4120a79e2 100644 --- a/app/assets/stylesheets/print.scss +++ b/app/assets/stylesheets/print.scss @@ -61,6 +61,10 @@ main { display: none; } +.main { + padding: 0; +} + h1, .popover-notificationsHeader .popover-title, .ticket-title-update, h2, h3, h4, h5, h6 { color: inherit; }