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

@ -35,7 +35,7 @@
width: 100%;
height: 90px;
left: 0px;
top: 0px;
top: -50px;
}
.header-logo {
@ -69,10 +69,15 @@
color: rgba(0, 0, 0, 0.5);
}
@page {
margin-top: 60px !important;
}
.wrapper {
display: block;
padding-top: 60px;
padding-bottom: 60px;
margin-top: 0px;
padding-top: 16px;
padding-bottom: 20px;
}
.address {
@ -343,6 +348,7 @@
margin-left: 30px;
width: 442px;
text-align: left;
page-break-inside: avoid;
}
.notes-label {
@ -375,8 +381,8 @@
</td>
</tr>
</table>
<hr class="header-line" style="border: 0.620315px solid #E8E8E8;" />
</div>
<hr class="header-line" />
<div class="wrapper">
<div class="address">
<div class="company">
@ -413,7 +419,9 @@
</div>
<div style="clear: both;"></div>
</div>
@include('app.pdf.estimate.partials.table')
<div style="position:relative">
@include('app.pdf.estimate.partials.table')
</div>
@include('app.pdf.estimate.partials.notes')
</div>
</body>