Skip to content

Commit

Permalink
chore: style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nextchamp-saqib committed Mar 7, 2024
1 parent e44e3c6 commit 3c9fcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Table/TanstackTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const showPagination = computed(
:key="header.id"
:colSpan="header.colSpan"
class="border-b border-r text-gray-800"
:class="header.id !== 'index' ? 'min-w-[6rem] ' : ''"
:width="header.column.columnDef.id === 'index' ? '6rem' : 'auto'"
>
<div
class="flex items-center gap-2 truncate py-2 px-3"
Expand Down

0 comments on commit 3c9fcc3

Please sign in to comment.