diff --git a/resources/views/pdf-designs/bold.html b/resources/views/pdf-designs/bold.html
index bcc650a3a..a9c6f446f 100644
--- a/resources/views/pdf-designs/bold.html
+++ b/resources/views/pdf-designs/bold.html
@@ -84,7 +84,7 @@
/* margin-bottom: 200px; */
}
- .task-duration {
+ .task-time-details {
display: block;
margin-top: 5px;
color: grey;
diff --git a/resources/views/pdf-designs/business.html b/resources/views/pdf-designs/business.html
index c89bbd368..d7194536b 100644
--- a/resources/views/pdf-designs/business.html
+++ b/resources/views/pdf-designs/business.html
@@ -102,7 +102,7 @@
overflow-wrap: break-word;
}
- .task-duration {
+ .task-time-details {
display: block;
margin-top: 5px;
color: grey;
diff --git a/resources/views/pdf-designs/clean.html b/resources/views/pdf-designs/clean.html
index bbbec1e1e..159957acd 100644
--- a/resources/views/pdf-designs/clean.html
+++ b/resources/views/pdf-designs/clean.html
@@ -90,7 +90,7 @@
overflow-wrap: break-word;
}
- .task-duration {
+ .task-time-details {
display: block;
margin-top: 5px;
color: grey;
diff --git a/resources/views/pdf-designs/creative.html b/resources/views/pdf-designs/creative.html
index b7b125b36..90d645930 100644
--- a/resources/views/pdf-designs/creative.html
+++ b/resources/views/pdf-designs/creative.html
@@ -89,7 +89,7 @@
margin-top: 3rem;
}
- .task-duration {
+ .task-time-details {
display: block;
margin-top: 5px;
color: grey;
diff --git a/resources/views/pdf-designs/elegant.html b/resources/views/pdf-designs/elegant.html
index 3862ae62d..3c6b00b4c 100644
--- a/resources/views/pdf-designs/elegant.html
+++ b/resources/views/pdf-designs/elegant.html
@@ -89,7 +89,7 @@
overflow-wrap: break-word;
}
- .task-duration {
+ .task-time-details {
display: block;
margin-top: 5px;
color: grey;
diff --git a/resources/views/pdf-designs/hipster.html b/resources/views/pdf-designs/hipster.html
index f56fa8da6..c806af01b 100644
--- a/resources/views/pdf-designs/hipster.html
+++ b/resources/views/pdf-designs/hipster.html
@@ -104,7 +104,7 @@
overflow-wrap: break-word;
}
- .task-duration {
+ .task-time-details {
display: block;
margin-top: 5px;
color: grey;
diff --git a/resources/views/pdf-designs/modern.html b/resources/views/pdf-designs/modern.html
index b720ff5e6..0a0c2acb8 100644
--- a/resources/views/pdf-designs/modern.html
+++ b/resources/views/pdf-designs/modern.html
@@ -79,6 +79,12 @@
overflow-wrap: break-word;
}
+ .task-time-details {
+ display: block;
+ margin-top: 5px;
+ color: grey;
+ }
+
#product-table > thead,
#delivery-note-table > thead,
#task-table > thead {
diff --git a/resources/views/pdf-designs/plain.html b/resources/views/pdf-designs/plain.html
index 4f5c3b88d..ef8909549 100644
--- a/resources/views/pdf-designs/plain.html
+++ b/resources/views/pdf-designs/plain.html
@@ -72,7 +72,7 @@
/* margin-bottom: 200px; */
}
- .task-duration {
+ .task-time-details {
display: block;
margin-top: 5px;
color: grey;
diff --git a/resources/views/pdf-designs/playful.html b/resources/views/pdf-designs/playful.html
index a069a5e8b..be7c90815 100644
--- a/resources/views/pdf-designs/playful.html
+++ b/resources/views/pdf-designs/playful.html
@@ -97,7 +97,7 @@
overflow-wrap: break-word;
}
- .task-duration {
+ .task-time-details {
display: block;
margin-top: 5px;
color: grey;