diff --git a/resources/views/pdf-designs/bold.html b/resources/views/pdf-designs/bold.html
index 1084bb5bd92b..7eff09713eaf 100644
--- a/resources/views/pdf-designs/bold.html
+++ b/resources/views/pdf-designs/bold.html
@@ -88,7 +88,13 @@
table-layout: fixed;
overflow-wrap: break-word;
margin-top: 3rem;
- margin-bottom: 200px;
+ /* margin-bottom: 200px; */
+ }
+
+ .task-duration {
+ display: block;
+ margin-top: 5px;
+ color: grey;
}
#product-table > thead,
diff --git a/resources/views/pdf-designs/business.html b/resources/views/pdf-designs/business.html
index 2542ebd30238..a18ff9bb44b3 100644
--- a/resources/views/pdf-designs/business.html
+++ b/resources/views/pdf-designs/business.html
@@ -95,12 +95,18 @@
#product-table,
#task-table {
margin-top: 3.5rem;
- margin-bottom: 200px;
+ /* margin-bottom: 200px; */
min-width: 100%;
table-layout: fixed;
overflow-wrap: break-word;
}
+ .task-duration {
+ display: block;
+ margin-top: 5px;
+ color: grey;
+ }
+
#product-table > thead,
#task-table > thead {
text-align: left;
diff --git a/resources/views/pdf-designs/clean.html b/resources/views/pdf-designs/clean.html
index 9315ae4d7a60..223cdbddeb5d 100644
--- a/resources/views/pdf-designs/clean.html
+++ b/resources/views/pdf-designs/clean.html
@@ -80,12 +80,18 @@
#product-table,
#task-table {
margin-top: 3rem;
- margin-bottom: 200px;
+ /* margin-bottom: 200px; */
min-width: 100%;
table-layout: fixed;
overflow-wrap: break-word;
}
+ .task-duration {
+ display: block;
+ margin-top: 5px;
+ color: grey;
+ }
+
#product-table > thead,
#task-table > thead {
text-align: left;
diff --git a/resources/views/pdf-designs/creative.html b/resources/views/pdf-designs/creative.html
index 7c5886414c26..faa2e3045b45 100644
--- a/resources/views/pdf-designs/creative.html
+++ b/resources/views/pdf-designs/creative.html
@@ -89,13 +89,19 @@
#product-table,
#task-table {
margin-top: 3rem;
- margin-bottom: 200px;
+ /* margin-bottom: 200px; */
min-width: 100%;
table-layout: fixed;
overflow-wrap: break-word;
border-top: 5px solid var(--primary-color);
}
+ .task-duration {
+ display: block;
+ margin-top: 5px;
+ color: grey;
+ }
+
#product-table > thead,
#task-table > thead {
text-align: left;
diff --git a/resources/views/pdf-designs/elegant.html b/resources/views/pdf-designs/elegant.html
index ada1f8373398..f31e4aa3dc74 100644
--- a/resources/views/pdf-designs/elegant.html
+++ b/resources/views/pdf-designs/elegant.html
@@ -82,12 +82,18 @@
#product-table,
#task-table {
margin-top: 3rem;
- margin-bottom: 200px;
+ /* margin-bottom: 200px; */
min-width: 100%;
table-layout: fixed;
overflow-wrap: break-word;
}
+ .task-duration {
+ display: block;
+ margin-top: 5px;
+ color: grey;
+ }
+
#product-table > thead,
#task-table > thead {
text-align: left;
diff --git a/resources/views/pdf-designs/hipster.html b/resources/views/pdf-designs/hipster.html
index 17b1e71ef47e..00b68b5772c6 100644
--- a/resources/views/pdf-designs/hipster.html
+++ b/resources/views/pdf-designs/hipster.html
@@ -100,12 +100,18 @@
#product-table,
#task-table {
margin-top: 3rem;
- margin-bottom: 200px;
+ /* margin-bottom: 200px; */
min-width: 100%;
table-layout: fixed;
overflow-wrap: break-word;
}
+ .task-duration {
+ display: block;
+ margin-top: 5px;
+ color: grey;
+ }
+
#product-table > thead,
#task-table > thead {
text-align: left;
diff --git a/resources/views/pdf-designs/plain.html b/resources/views/pdf-designs/plain.html
index 4e556595c566..21692efec73e 100644
--- a/resources/views/pdf-designs/plain.html
+++ b/resources/views/pdf-designs/plain.html
@@ -63,7 +63,13 @@
table-layout: fixed;
overflow-wrap: break-word;
margin-top: 3rem;
- margin-bottom: 200px;
+ /* margin-bottom: 200px; */
+ }
+
+ .task-duration {
+ display: block;
+ margin-top: 5px;
+ color: grey;
}
#product-table, #task-table > thead {
diff --git a/resources/views/pdf-designs/playful.html b/resources/views/pdf-designs/playful.html
index db7ed5279b33..51297ad7d5c9 100644
--- a/resources/views/pdf-designs/playful.html
+++ b/resources/views/pdf-designs/playful.html
@@ -90,12 +90,18 @@
#product-table,
#task-table {
margin-top: 3rem;
- margin-bottom: 200px;
+ /* margin-bottom: 200px; */
min-width: 100%;
table-layout: fixed;
overflow-wrap: break-word;
}
+ .task-duration {
+ display: block;
+ margin-top: 5px;
+ color: grey;
+ }
+
#product-table > thead,
#task-table > thead {
text-align: left;