diff --git a/resources/views/pdf-designs/business.html b/resources/views/pdf-designs/business.html index 6810f3614408..b2ddee254c3e 100644 --- a/resources/views/pdf-designs/business.html +++ b/resources/views/pdf-designs/business.html @@ -20,7 +20,7 @@ margin: 0; padding: 0; } - + .header-container { display: grid; grid-template-columns: 1.8fr 1fr 1fr; @@ -134,6 +134,11 @@ margin-right: 0; } } + + #product-table-footer { + page-break-inside: avoid; + } + #product-table-footer > *:last-child { border-bottom-left-radius: 1rem; border-bottom-right-radius: 1rem;