From 61709c7bce4909055e1cd77598820171dd627808 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sat, 25 Feb 2023 20:06:55 +1100 Subject: [PATCH] Clean Design --- resources/views/pdf-designs/clean.html | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/resources/views/pdf-designs/clean.html b/resources/views/pdf-designs/clean.html index 34b7ea40b616..673f21884e49 100644 --- a/resources/views/pdf-designs/clean.html +++ b/resources/views/pdf-designs/clean.html @@ -119,22 +119,16 @@ padding-right:30px; } + #client-details > :first-child { + font-weight: bold; + } + #shipping-details { display: $show_shipping_address; flex-direction: column; line-height: var(--line-height); } - #client-details { - display: flex; - flex-direction: column; - line-height: var(--line-height); - } - - #client-details > :first-child { - font-weight: bold; - } - [data-ref="table"] { margin-top: 1rem; margin-bottom: 5px; @@ -186,8 +180,9 @@ margin-top: 0rem; display: grid; grid-template-columns: 2fr 1fr; - padding-top: .5rem; + padding-top: 0rem; padding-right: 1rem; + padding-left: 1rem; gap: 80px; page-break-inside:avoid; overflow: visible !important;