diff --git a/resources/views/app/pdf/invoice/invoice1.blade.php b/resources/views/app/pdf/invoice/invoice1.blade.php index ed671a07..b30a7a21 100644 --- a/resources/views/app/pdf/invoice/invoice1.blade.php +++ b/resources/views/app/pdf/invoice/invoice1.blade.php @@ -69,7 +69,6 @@ padding-left: 30px; float: left; width: 30%; - text-transform: capitalize; margin-bottom: 2px; } diff --git a/resources/views/app/pdf/invoice/invoice3.blade.php b/resources/views/app/pdf/invoice/invoice3.blade.php index c1ae0c37..6f1b4deb 100644 --- a/resources/views/app/pdf/invoice/invoice3.blade.php +++ b/resources/views/app/pdf/invoice/invoice3.blade.php @@ -42,7 +42,6 @@ } .company-address-container { width: 50%; - text-transform: capitalize; padding-left: 80px; margin-bottom: 2px; }