added print compatibility with invoice view

This commit is contained in:
Jakub Kropáček 2024-10-07 23:33:45 +02:00
parent 5592462962
commit 083944989c

View file

@ -103,10 +103,14 @@ footer {
display: none !important;
}
.container {
max-width: 100% !important;
}
body {
font-family: var(--font-family), sans-serif;
color: var(--main-color);
background-color: var(--background-color);
margin: 10mm 10mm;
margin: 10mm 10mm !important;
}
}