fix: table sort button + search style

This commit is contained in:
Philipp Dormann 2023-04-12 19:26:54 +02:00
parent 1df505ea00
commit 57dce34fc5
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -198,6 +198,7 @@
<th class="cursor-pointer">
{#if !header.isPlaceholder}
<button
class="w-full"
tabindex="0"
on:click={header.column.getToggleSortingHandler()}
>
@ -223,7 +224,7 @@
header.column.setFilterValue(e.target.value);
}}
type="text"
class="block rounded-md border-gray-200 py-2 pl-8 text-xs focus:border-blue-500 focus:ring-blue-500"
class="block w-full rounded-md border-gray-200 py-2 pl-8 text-xs focus:border-blue-500 focus:ring-blue-500"
placeholder=""
/>
<div