Skip to content

Commit 61db23f

Browse files
committed
fix formatting
1 parent ab761d9 commit 61db23f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

resources/js/Components/Timesheet/TimesheetGrid.vue

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,9 @@ const emit = defineEmits<{
5959
<div
6060
class="grid min-w-full w-max border-y border-default-background-separator"
6161
style="
62-
grid-template-columns: minmax(420px, 1fr) repeat(7, minmax(96px, 120px)) minmax(
63-
100px,
64-
auto
65-
) 40px;
62+
grid-template-columns:
63+
minmax(420px, 1fr) repeat(7, minmax(96px, 120px)) minmax(100px, auto)
64+
40px;
6665
">
6766
<!-- Header row -->
6867
<div

0 commit comments

Comments
 (0)