From 428be640c338aa3fdde69d3ca9c79a7390d50942 Mon Sep 17 00:00:00 2001 From: Florian Gareis Date: Mon, 22 Mar 2021 14:47:31 +0100 Subject: [PATCH] Don't capitalize address on invoice --- resources/views/app/pdf/invoice/invoice1.blade.php | 1 - resources/views/app/pdf/invoice/invoice3.blade.php | 1 - 2 files changed, 2 deletions(-) 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; }