Skip to content

Commit

Permalink
Merge pull request #3028 from mervekaraman/master
Browse files Browse the repository at this point in the history
When the "Download PDF" is clicked on the invoice page, the total is not aligned with the note.
  • Loading branch information
cuneytsenturk committed Aug 17, 2023
2 parents 25fabbf + ac88fd4 commit 18def98
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/css/print.css
Expand Up @@ -17,7 +17,7 @@ th, td

.print-template p {
color: #424242;
margin-bottom: 9px;
margin-bottom: -9px;
}

.spacing {
Expand Down
Expand Up @@ -327,7 +327,7 @@ class="py-1.5 mb-3 sm:mb-0 text-xs bg-transparent hover:bg-transparent font-medi
@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)
Expand Down
Expand Up @@ -300,7 +300,7 @@ class="py-1.5 mb-3 sm:mb-0 text-xs bg-transparent hover:bg-transparent font-medi
@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)
Expand Down
Expand Up @@ -297,7 +297,7 @@ class="py-1.5 mb-3 sm:mb-0 text-xs bg-transparent hover:bg-transparent font-medi
@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)
Expand Down

0 comments on commit 18def98

Please sign in to comment.