From 3b2d863023700e27ea6c1356b8d0b9bd1bcc34f9 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 19 May 2022 19:19:46 +1000 Subject: [PATCH] Minor fixes for designs --- resources/views/pdf-designs/business.html | 2 +- resources/views/pdf-designs/clean.html | 2 +- resources/views/pdf-designs/creative.html | 2 +- resources/views/pdf-designs/elegant.html | 2 +- resources/views/pdf-designs/hipster.html | 2 +- resources/views/pdf-designs/plain.html | 2 +- resources/views/pdf-designs/playful.html | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/views/pdf-designs/business.html b/resources/views/pdf-designs/business.html index 2f6a426567..84a1cd9815 100644 --- a/resources/views/pdf-designs/business.html +++ b/resources/views/pdf-designs/business.html @@ -105,7 +105,7 @@ [data-ref="table"] { margin-top: 0.5rem; - /* margin-bottom: 200px; */ + margin-bottom: 50px; min-width: 100%; table-layout: fixed; overflow-wrap: break-word; diff --git a/resources/views/pdf-designs/clean.html b/resources/views/pdf-designs/clean.html index fe5109228a..f0da1c52d4 100644 --- a/resources/views/pdf-designs/clean.html +++ b/resources/views/pdf-designs/clean.html @@ -101,7 +101,7 @@ [data-ref="table"] { margin-top: 1rem; - /* margin-bottom: 200px; */ + margin-bottom: 50px; min-width: 100%; table-layout: fixed; overflow-wrap: break-word; diff --git a/resources/views/pdf-designs/creative.html b/resources/views/pdf-designs/creative.html index 49808d33f6..c68b769f1f 100644 --- a/resources/views/pdf-designs/creative.html +++ b/resources/views/pdf-designs/creative.html @@ -95,7 +95,7 @@ } [data-ref="table"] { - /* margin-bottom: 200px; */ + margin-bottom: 50px; min-width: 100%; table-layout: fixed; overflow-wrap: break-word; diff --git a/resources/views/pdf-designs/elegant.html b/resources/views/pdf-designs/elegant.html index 7795518238..3843b50c50 100644 --- a/resources/views/pdf-designs/elegant.html +++ b/resources/views/pdf-designs/elegant.html @@ -95,7 +95,7 @@ [data-ref="table"] { margin-top: 3rem; - /* margin-bottom: 200px; */ + margin-bottom: 50px; min-width: 100%; table-layout: fixed; overflow-wrap: break-word; diff --git a/resources/views/pdf-designs/hipster.html b/resources/views/pdf-designs/hipster.html index a6a54310cc..63de4dd2a1 100644 --- a/resources/views/pdf-designs/hipster.html +++ b/resources/views/pdf-designs/hipster.html @@ -107,7 +107,7 @@ [data-ref="table"] { margin-top: 1rem; - /* margin-bottom: 200px; */ + margin-bottom: 50px; min-width: 100%; table-layout: fixed; overflow-wrap: break-word; diff --git a/resources/views/pdf-designs/plain.html b/resources/views/pdf-designs/plain.html index 2561aac89d..c1a5ab55da 100644 --- a/resources/views/pdf-designs/plain.html +++ b/resources/views/pdf-designs/plain.html @@ -84,7 +84,7 @@ min-width: 100%; table-layout: fixed; overflow-wrap: break-word; - /* margin-bottom: 200px; */ + margin-bottom: 50px; } .task-time-details { diff --git a/resources/views/pdf-designs/playful.html b/resources/views/pdf-designs/playful.html index 6b3be643a5..43d0d0a468 100644 --- a/resources/views/pdf-designs/playful.html +++ b/resources/views/pdf-designs/playful.html @@ -110,7 +110,7 @@ padding-left: 2rem; padding-right: 0rem; margin-top: 1rem; - /* margin-bottom: 200px; */ + margin-bottom: 50px; min-width: 100%; table-layout: fixed; overflow-wrap: break-word;