diff --git a/resources/views/pdf-designs/bold.html b/resources/views/pdf-designs/bold.html index 4fe76320c460..0fe697d0c0c1 100644 --- a/resources/views/pdf-designs/bold.html +++ b/resources/views/pdf-designs/bold.html @@ -91,6 +91,7 @@ table-layout: fixed; overflow-wrap: break-word; margin-top: 3rem; + margin-bottom: 200px; } #product-table > thead { text-align: left; diff --git a/resources/views/pdf-designs/business.html b/resources/views/pdf-designs/business.html index bf36b606a2a0..4d0c35860654 100644 --- a/resources/views/pdf-designs/business.html +++ b/resources/views/pdf-designs/business.html @@ -94,6 +94,7 @@ #product-table { margin-top: 3.5rem; + margin-bottom: 200px; 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 564ccda26b24..d745a450e910 100644 --- a/resources/views/pdf-designs/clean.html +++ b/resources/views/pdf-designs/clean.html @@ -84,6 +84,7 @@ #product-table { margin-top: 3rem; + margin-bottom: 200px; 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 6607e37439df..1dcc67f8cd8f 100644 --- a/resources/views/pdf-designs/creative.html +++ b/resources/views/pdf-designs/creative.html @@ -84,6 +84,7 @@ #product-table { margin-top: 3rem; + margin-bottom: 200px; 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 a091196602ef..dcc635d8e66a 100644 --- a/resources/views/pdf-designs/elegant.html +++ b/resources/views/pdf-designs/elegant.html @@ -80,6 +80,7 @@ #product-table { margin-top: 3rem; + margin-bottom: 200px; 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 3801548bcb37..d064c7df09a1 100644 --- a/resources/views/pdf-designs/hipster.html +++ b/resources/views/pdf-designs/hipster.html @@ -94,6 +94,7 @@ #product-table { margin-top: 3rem; + margin-bottom: 200px; 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 446449f51bae..556d062ec645 100644 --- a/resources/views/pdf-designs/plain.html +++ b/resources/views/pdf-designs/plain.html @@ -64,6 +64,7 @@ table-layout: fixed; overflow-wrap: break-word; margin-top: 3rem; + margin-bottom: 200px; } #product-table > thead { text-align: left; diff --git a/resources/views/pdf-designs/playful.html b/resources/views/pdf-designs/playful.html index a4bd0846e265..961733d0a08e 100644 --- a/resources/views/pdf-designs/playful.html +++ b/resources/views/pdf-designs/playful.html @@ -87,6 +87,7 @@ #product-table { margin-top: 3rem; + margin-bottom: 200px; min-width: 100%; table-layout: fixed; overflow-wrap: break-word;