Overview print: remove padding

This commit is contained in:
Felix Niklas 2018-09-06 15:21:17 +02:00
parent 83da6332da
commit 2733581551

View file

@ -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;
}