diff --git a/resources/views/pdf-designs/business.html b/resources/views/pdf-designs/business.html index 3864c54c31c1..98443c197eb3 100644 --- a/resources/views/pdf-designs/business.html +++ b/resources/views/pdf-designs/business.html @@ -57,8 +57,8 @@ } .client-and-entity-wrapper { - display: grid; - grid-template-columns: 2fr 1.5fr; + display: flex; + justify-content: space-between; gap: 20px; } @@ -82,6 +82,8 @@ text-align: left; } + #entity-details p { margin-right: 20px; } + #entity-details th { font-weight: normal; padding-bottom: .5rem;