diff --git a/resources/views/pdf-designs/bold.html b/resources/views/pdf-designs/bold.html
index a491a9323046..dad6d9c26127 100644
--- a/resources/views/pdf-designs/bold.html
+++ b/resources/views/pdf-designs/bold.html
@@ -2,6 +2,7 @@
:root {
--primary-color: $primary_color;
--secondary-color: $secondary_color;
+ --line-height: 1.6;
}
body {
@@ -31,10 +32,12 @@
padding: 3rem;
color: white;
min-width: 100%;
+ line-height: var(--line-height);
}
.company-logo {
max-width: 65%;
+ max-width: 50%;
}
#company-details,
@@ -47,6 +50,7 @@
margin: 2rem;
display: flex;
flex-direction: column;
+ line-height: var(--line-height);
}
#client-details > :first-child {
@@ -251,6 +255,10 @@
margin-bottom: 0;
}
+ [data-ref="product_table-product.description-th"] {
+ width: 23%;
+ }
+
/** Useful snippets, uncomment to enable. **/
/** Hide company logo **/