Skip to content

Commit

Permalink
fix main chart label not cutting off for big numbers on the top
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatcer committed Dec 9, 2024
1 parent 8e767bf commit f602cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/reports/time-entry-aggregate/pdf.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
grid: {
containLabel: true,
left: 15,
top: 0,
top: 15,
right: 15,
bottom: 0
},
Expand Down

0 comments on commit f602cb4

Please sign in to comment.