When the "Download PDF" is clicked on the invoice page, the total is not aligned with the note.

This commit is contained in:
Merve Karaman 2023-08-17 12:23:22 +03:00
parent e6c029904b
commit a612a6458e
3 changed files with 3 additions and 3 deletions

View File

@ -327,7 +327,7 @@
@endif @endif
<div class="row mt-4 clearfix"> <div class="row mt-4 clearfix">
<div class="col-60"> <div class="col-60 float-left">
<div class="text p-index-right break-words"> <div class="text p-index-right break-words">
@stack('notes_input_start') @stack('notes_input_start')
@if ($hideNote) @if ($hideNote)

View File

@ -300,7 +300,7 @@
@endif @endif
<div class="row mt-9 clearfix"> <div class="row mt-9 clearfix">
<div class="col-60"> <div class="col-60 float-left">
<div class="text p-index-left break-words"> <div class="text p-index-left break-words">
@stack('notes_input_start') @stack('notes_input_start')
@if ($document->notes) @if ($document->notes)

View File

@ -297,7 +297,7 @@
@endif @endif
<div class="row mt-7 clearfix"> <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"> <div class="text p-index-right p-modern break-words">
@stack('notes_input_start') @stack('notes_input_start')
@if ($document->notes) @if ($document->notes)