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:
Cüneyt Şentürk 2023-08-17 13:05:49 +03:00 committed by GitHub
commit 18def98537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ th, td
.print-template p {
color: #424242;
margin-bottom: 9px;
margin-bottom: -9px;
}
.spacing {

View File

@ -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)

View File

@ -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)

View File

@ -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)