diff --git a/CHANGELOG.md b/CHANGELOG.md index e66a60c..1fdf32c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,8 @@ - - ## [1.1.7](https://github.com/justdlabs/inertia.ts/compare/1.1.6...1.1.7) (2024-11-18) - ### Bug Fixes -* upgrade icons ([1606bf0](https://github.com/justdlabs/inertia.ts/commit/1606bf09cfa65ba464a0b42b9d7f0dd2b4c8d9c9)) +- upgrade icons ([1606bf0](https://github.com/justdlabs/inertia.ts/commit/1606bf09cfa65ba464a0b42b9d7f0dd2b4c8d9c9)) ## [1.1.6](https://github.com/justdlabs/inertia.ts/compare/1.1.5...1.1.6) (2024-11-18) diff --git a/resources/js/components/ui/table.tsx b/resources/js/components/ui/table.tsx index a7ba96b..5e9af1b 100644 --- a/resources/js/components/ui/table.tsx +++ b/resources/js/components/ui/table.tsx @@ -1,5 +1,3 @@ -'use client'; - import React from 'react'; import { IconChevronLgDown, IconHamburger } from 'justd-icons'; @@ -98,7 +96,7 @@ interface TableCellProps extends CellProps { } const cellStyles = tv({ - base: 'group whitespace-nowrap px-3 py-3 outline-none', + base: 'group px-3 py-3 outline-none', variants: { allowResize: { true: 'overflow-hidden truncate'