We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906b924 commit 6b08f9dCopy full SHA for 6b08f9d
resources/views/tailwind/components/table/row.blade.php
@@ -7,10 +7,7 @@
7
@endif
8
9
<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
- ]) }}
+ {{ $attributes->merge($customAttributes)->class(['cursor-pointer' => $url]) }}
14
15
@if ($url)
16
onclick="window.open('{{ $url }}', '{{ $target }}')"
0 commit comments