diff --git a/resources/views/app/pdf/invoice/invoice1.blade.php b/resources/views/app/pdf/invoice/invoice1.blade.php index 0dd4bb1bb83..507b347a0e5 100644 --- a/resources/views/app/pdf/invoice/invoice1.blade.php +++ b/resources/views/app/pdf/invoice/invoice1.blade.php @@ -215,7 +215,6 @@ .total-display-table { border-top: none; - box-sizing: border-box; page-break-inside: avoid; page-break-before: auto; page-break-after: auto; diff --git a/resources/views/app/pdf/invoice/invoice2.blade.php b/resources/views/app/pdf/invoice/invoice2.blade.php index c19c492053d..44771b61b45 100644 --- a/resources/views/app/pdf/invoice/invoice2.blade.php +++ b/resources/views/app/pdf/invoice/invoice2.blade.php @@ -256,7 +256,6 @@ } .total-display-table { - box-sizing: border-box; page-break-inside: avoid; page-break-before: auto; page-break-after: auto; diff --git a/resources/views/app/pdf/invoice/invoice3.blade.php b/resources/views/app/pdf/invoice/invoice3.blade.php index c06bae3e69e..d6298fa87bb 100644 --- a/resources/views/app/pdf/invoice/invoice3.blade.php +++ b/resources/views/app/pdf/invoice/invoice3.blade.php @@ -185,7 +185,6 @@ .total-display-table { - box-sizing: border-box; page-break-inside: avoid; page-break-before: auto; page-break-after: auto;