From b12a5f3139f612b7f3be7b2b3afe1f9e05f69743 Mon Sep 17 00:00:00 2001 From: Aron Gutberlet Date: Mon, 12 Apr 2021 10:24:43 +0200 Subject: [PATCH] Move document footer to the end of the document for classic and default layout --- public/css/print.css | 6 ++++++ .../views/components/documents/template/classic.blade.php | 2 +- .../views/components/documents/template/default.blade.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/public/css/print.css b/public/css/print.css index 2e834d8fe..fd51ee583 100644 --- a/public/css/print.css +++ b/public/css/print.css @@ -488,3 +488,9 @@ th, td background-color: #f6f9fc; text-decoration: none; } + +.clearfix:after { + display: block; + clear: both; + content: "" +} \ No newline at end of file diff --git a/resources/views/components/documents/template/classic.blade.php b/resources/views/components/documents/template/classic.blade.php index a454ff8c8..57eebb710 100644 --- a/resources/views/components/documents/template/classic.blade.php +++ b/resources/views/components/documents/template/classic.blade.php @@ -228,7 +228,7 @@ -
+
@stack('notes_input_start') diff --git a/resources/views/components/documents/template/default.blade.php b/resources/views/components/documents/template/default.blade.php index b760ef3cd..0448972aa 100644 --- a/resources/views/components/documents/template/default.blade.php +++ b/resources/views/components/documents/template/default.blade.php @@ -212,7 +212,7 @@
-
+
@stack('notes_input_start')