fix invoice and estimate page-break margin

This commit is contained in:
yogesh_gohil
2019-11-15 18:00:42 +05:30
parent 9707b6b3a2
commit c3f69a3f60
6 changed files with 54 additions and 30 deletions

View File

@ -70,10 +70,15 @@
color: rgba(0, 0, 0, 0.5);
}
@page {
margin-top: 60px !important;
}
.wrapper {
display: block;
margin-top: 0px;
padding-top: 16px;
padding-bottom: 60px;
padding-bottom: 20px;
}
.address {
@ -350,6 +355,7 @@
margin-left: 30px;
width: 442px;
text-align: left;
page-break-inside: avoid;
}
.notes-label {