Move document footer to the end of the

document for classic and default layout
This commit is contained in:
Aron Gutberlet 2021-04-12 10:24:43 +02:00
parent f436bc3e49
commit b12a5f3139
3 changed files with 8 additions and 2 deletions

View File

@ -488,3 +488,9 @@ th, td
background-color: #f6f9fc; background-color: #f6f9fc;
text-decoration: none; text-decoration: none;
} }
.clearfix:after {
display: block;
clear: both;
content: ""
}

View File

@ -228,7 +228,7 @@
</div> </div>
</div> </div>
<div class="row mt-4"> <div class="row mt-4 clearfix">
<div class="col-58"> <div class="col-58">
<div class="text company"> <div class="text company">
@stack('notes_input_start') @stack('notes_input_start')

View File

@ -212,7 +212,7 @@
</div> </div>
</div> </div>
<div class="row mt-9"> <div class="row mt-9 clearfix">
<div class="col-58"> <div class="col-58">
<div class="text company"> <div class="text company">
@stack('notes_input_start') @stack('notes_input_start')