Merge pull request #1981 from incrolution/master
Move document footer to the end of the document
This commit is contained in:
commit
a63ab9d886
6
public/css/print.css
vendored
6
public/css/print.css
vendored
@ -488,3 +488,9 @@ th, td
|
||||
background-color: #f6f9fc;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.clearfix:after {
|
||||
display: block;
|
||||
clear: both;
|
||||
content: ""
|
||||
}
|
@ -228,7 +228,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row mt-4">
|
||||
<div class="row mt-4 clearfix">
|
||||
<div class="col-58">
|
||||
<div class="text company">
|
||||
@stack('notes_input_start')
|
||||
|
@ -212,7 +212,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row mt-9">
|
||||
<div class="row mt-9 clearfix">
|
||||
<div class="col-58">
|
||||
<div class="text company">
|
||||
@stack('notes_input_start')
|
||||
|
Loading…
x
Reference in New Issue
Block a user