diff --git a/resources/views/pdf-designs/clean.html b/resources/views/pdf-designs/clean.html index 7a876c9a9e12..0c197fe05efe 100644 --- a/resources/views/pdf-designs/clean.html +++ b/resources/views/pdf-designs/clean.html @@ -101,15 +101,14 @@ display:flex; text-align: left; margin-right: 20px; - + line-height: var(--line-height) !important; } #entity-details > tr, #entity-details th { font-weight: normal; padding-right: 15px; - padding-top: 2.5px; - padding-bottom: 2.5px; + line-height: var(--line-height) !important; } #client-details { @@ -372,7 +371,7 @@

$entity_label

-
+
diff --git a/resources/views/pdf-designs/plain.html b/resources/views/pdf-designs/plain.html index 39177e519742..4e5be6f997d3 100644 --- a/resources/views/pdf-designs/plain.html +++ b/resources/views/pdf-designs/plain.html @@ -55,6 +55,8 @@ grid-auto-columns: minmax(0, 1fr); grid-auto-flow: column; justify-content:left; + line-height: var(--line-height); + } .company-logo { @@ -70,14 +72,15 @@ #entity-details { text-align: left; width: 100%; + line-height: var(--line-height) !important; + white-space: nowrap; } #entity-details>tr, #entity-details th { font-weight: normal; - padding-left: 0rem; - padding-top: 0.3rem; - padding-bottom: 0.3rem; + padding-right: 3rem; + line-height: var(--line-height) !important; } .header-wrapper #entity-details [data-element='entity-balance-due-label'], @@ -339,7 +342,7 @@
-
+