Merge pull request #3028 from mervekaraman/master
When the "Download PDF" is clicked on the invoice page, the total is not aligned with the note.
This commit is contained in:
commit
18def98537
2
public/css/print.css
vendored
2
public/css/print.css
vendored
@ -17,7 +17,7 @@ th, td
|
||||
|
||||
.print-template p {
|
||||
color: #424242;
|
||||
margin-bottom: 9px;
|
||||
margin-bottom: -9px;
|
||||
}
|
||||
|
||||
.spacing {
|
||||
|
@ -327,7 +327,7 @@
|
||||
@endif
|
||||
|
||||
<div class="row mt-4 clearfix">
|
||||
<div class="col-60">
|
||||
<div class="col-60 float-left">
|
||||
<div class="text p-index-right break-words">
|
||||
@stack('notes_input_start')
|
||||
@if ($hideNote)
|
||||
|
@ -300,7 +300,7 @@
|
||||
@endif
|
||||
|
||||
<div class="row mt-9 clearfix">
|
||||
<div class="col-60">
|
||||
<div class="col-60 float-left">
|
||||
<div class="text p-index-left break-words">
|
||||
@stack('notes_input_start')
|
||||
@if ($document->notes)
|
||||
|
@ -297,7 +297,7 @@
|
||||
@endif
|
||||
|
||||
<div class="row mt-7 clearfix">
|
||||
<div class="col-60">
|
||||
<div class="col-60 float-left">
|
||||
<div class="text p-index-right p-modern break-words">
|
||||
@stack('notes_input_start')
|
||||
@if ($document->notes)
|
||||
|
Loading…
x
Reference in New Issue
Block a user