fix min-w th

This commit is contained in:
Philipp Dormann 2023-04-12 19:43:15 +02:00
parent bf1e715261
commit b35375c929
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -212,7 +212,7 @@
/> />
</th> </th>
{#each headerGroup.headers as header} {#each headerGroup.headers as header}
<th class="cursor-pointer"> <th class="cursor-pointer min-w-[5rem]">
{#if !header.isPlaceholder} {#if !header.isPlaceholder}
<button <button
class="w-full" class="w-full"