Skip to content

Commit 1e65c58

Browse files
committed
Merge branch 'bomshteyn-patch-1' into develop
2 parents 7cf95fc + 18e7942 commit 1e65c58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/tailwind/includes/table.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<x-slot name="head">
33
@if (count($bulkActions))
44
<x-livewire-tables::table.heading>
5-
<div class="flex rounded-md shadow-sm">
5+
<div class="inline-flex rounded-md shadow-sm">
66
<input
77
wire:model="selectPage"
88
type="checkbox"
@@ -41,7 +41,7 @@ class="rounded-md shadow-sm border-gray-300 block transition duration-150 ease-i
4141
>
4242
@if (count($bulkActions))
4343
<x-livewire-tables::table.cell>
44-
<div class="flex rounded-md shadow-sm">
44+
<div class="inline-flex rounded-md shadow-sm">
4545
<input
4646
wire:model="selected"
4747
wire:loading.attr.delay="disabled"

0 commit comments

Comments
 (0)