Skip to content

Commit 6b08f9d

Browse files
committed
Fix
1 parent 906b924 commit 6b08f9d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

resources/views/tailwind/components/table/row.blade.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
@endif
88

99
<tr
10-
$attributes->merge($customAttributes)->class([
11-
'h-auto block border-t-4 md:border-t-0 py-4 px-2 md:p-0 md:table-row w-screen',
12-
'cursor-pointer' => $url
13-
]) }}
10+
{{ $attributes->merge($customAttributes)->class(['cursor-pointer' => $url]) }}
1411

1512
@if ($url)
1613
onclick="window.open('{{ $url }}', '{{ $target }}')"

0 commit comments

Comments
 (0)