Skip to content

Commit

Permalink
Merge branch 'bomshteyn-patch-1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rappasoft committed Jun 6, 2021
2 parents 7cf95fc + 18e7942 commit 1e65c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/tailwind/includes/table.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<x-slot name="head">
@if (count($bulkActions))
<x-livewire-tables::table.heading>
<div class="flex rounded-md shadow-sm">
<div class="inline-flex rounded-md shadow-sm">
<input
wire:model="selectPage"
type="checkbox"
Expand Down Expand Up @@ -41,7 +41,7 @@ class="rounded-md shadow-sm border-gray-300 block transition duration-150 ease-i
>
@if (count($bulkActions))
<x-livewire-tables::table.cell>
<div class="flex rounded-md shadow-sm">
<div class="inline-flex rounded-md shadow-sm">
<input
wire:model="selected"
wire:loading.attr.delay="disabled"
Expand Down

0 comments on commit 1e65c58

Please sign in to comment.