improve detailed report so that the table header has a border on the new page

This commit is contained in:
Gregor Vostrak
2024-12-09 17:29:44 +01:00
parent ee9d818d75
commit 33818f10b3

View File

@@ -135,7 +135,7 @@
</div> </div>
<div class="table-wrapper"> <div class="table-wrapper">
<div <div
style="background-color: #fafafa; border-bottom: 1px #d4d4d8 solid; padding: 5px 14px; display: flex; gap: 20px;"> style="background-color: #fafafa; padding: 5px 14px; display: flex; gap: 20px;">
<div style="padding: 8px 12px; border-radius: 8px;"> <div style="padding: 8px 12px; border-radius: 8px;">
<div style="color: #71717a; font-weight: 600;">Duration</div> <div style="color: #71717a; font-weight: 600;">Duration</div>
<div <div
@@ -151,7 +151,7 @@
<div> <div>
<table style="width: 100%;"> <table style="width: 100%;">
<thead> <thead>
<tr> <tr style="border-top: 1px #d4d4d8 solid;">
<th>Time Entry</th> <th>Time Entry</th>
<th>User</th> <th>User</th>
<th style="text-align: center;">Time</th> <th style="text-align: center;">Time</th>