Skip to content

Commit

Permalink
improve detailed report so that the table header has a border on the …
Browse files Browse the repository at this point in the history
…new page
  • Loading branch information
Onatcer committed Dec 9, 2024
1 parent ee9d818 commit 33818f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/reports/time-entry-index/pdf.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
</div>
<div class="table-wrapper">
<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="color: #71717a; font-weight: 600;">Duration</div>
<div
Expand All @@ -151,7 +151,7 @@
<div>
<table style="width: 100%;">
<thead>
<tr>
<tr style="border-top: 1px #d4d4d8 solid;">
<th>Time Entry</th>
<th>User</th>
<th style="text-align: center;">Time</th>
Expand Down

0 comments on commit 33818f1

Please sign in to comment.