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 d03b95c commit 18e7942Copy full SHA for 18e7942
resources/views/tailwind/includes/table.blade.php
@@ -2,7 +2,7 @@
2
<x-slot name="head">
3
@if (count($bulkActions))
4
<x-livewire-tables::table.heading>
5
- <div class="flex rounded-md shadow-sm">
+ <div class="inline-flex rounded-md shadow-sm">
6
<input
7
wire:model="selectPage"
8
type="checkbox"
@@ -41,7 +41,7 @@ class="rounded-md shadow-sm border-gray-300 block transition duration-150 ease-i
41
>
42
43
<x-livewire-tables::table.cell>
44
45
46
wire:model="selected"
47
wire:loading.attr.delay="disabled"
0 commit comments