Fix PDF invoice - now depends on php-7.3-ext

This commit is contained in:
Deon George
2020-04-02 17:34:22 +11:00
parent 6a3b8692e1
commit 26365c57ff
5 changed files with 873 additions and 473 deletions

28
public/css/print.css vendored
View File

@@ -1,19 +1,19 @@
@media print {
body {
color: #333;
font-weight: 400;
font-size: 12px;
}
body {
color: #333;
font-weight: 400;
font-size: 0.85em;
}
label {
font-weight: bold;
}
label {
font-weight: bold;
}
tr { page-break-inside:avoid; }
thead { display:table-header-group; }
tfoot { display:table-footer-group; }
tr { page-break-inside:avoid; }
thead { display:table-header-group; }
tfoot { display:table-footer-group; }
.table-responsive {
overflow: visible !important;
}
.table-responsive {
overflow: visible !important;
}
}