Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickweh committed Jul 11, 2024
1 parent df56590 commit e835e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/layouts/table.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class="h-4 w-4 cursor-pointer"
<div x-show="filterable.includes(col)">
<template x-if="! filterValueLists.hasOwnProperty(col)">

<x-input type="search" class="p-1" x-model.debounce.500ms="textFilter[col]" />
<x-input type="search" padding="p-1" x-model.debounce.500ms="textFilter[col]" />
</template>
<template x-if="filterValueLists.hasOwnProperty(col)">
<x-native-select
Expand Down

0 comments on commit e835e6d

Please sign in to comment.