added print compatibility with invoice view
This commit is contained in:
parent
5592462962
commit
083944989c
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue