Skip to content

Commit 72ece50

Browse files
Update datatable.blade.php (some styles fixed)
1 parent 8767dd0 commit 72ece50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/livewire/datatable.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class="{{ $button->name == 'delete' ? 'bg-red-500 text-white' : 'bg-gray-50' }}
6767
<path stroke-linecap="round" stroke-linejoin="round"
6868
d="M21 21l-5.197-5.197m0 0A7.5 7.5 0 105.196 5.196a7.5 7.5 0 0010.607 10.607z" />
6969
</svg>
70-
<input class="peer !border-none px-0 !outline-none !ring-0" type="text"
70+
<input class="peer !border-0 !border-none px-0 !outline-none !ring-0" type="text"
7171
wire:model.live.debounce.500ms="search" placeholder="Search">
7272
</div>
7373
@if (count($this->filters()))

0 commit comments

Comments
 (0)