Skip to content

Commit a2c9f43

Browse files
committed
fix: make it better
1 parent c7560d7 commit a2c9f43

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
2-
31
## [1.1.7](https://github.com/justdlabs/inertia.ts/compare/1.1.6...1.1.7) (2024-11-18)
42

5-
63
### Bug Fixes
74

8-
* upgrade icons ([1606bf0](https://github.com/justdlabs/inertia.ts/commit/1606bf09cfa65ba464a0b42b9d7f0dd2b4c8d9c9))
5+
- upgrade icons ([1606bf0](https://github.com/justdlabs/inertia.ts/commit/1606bf09cfa65ba464a0b42b9d7f0dd2b4c8d9c9))
96

107
## [1.1.6](https://github.com/justdlabs/inertia.ts/compare/1.1.5...1.1.6) (2024-11-18)
118

resources/js/components/ui/table.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use client';
2-
31
import React from 'react';
42

53
import { IconChevronLgDown, IconHamburger } from 'justd-icons';
@@ -98,7 +96,7 @@ interface TableCellProps extends CellProps {
9896
}
9997

10098
const cellStyles = tv({
101-
base: 'group whitespace-nowrap px-3 py-3 outline-none',
99+
base: 'group px-3 py-3 outline-none',
102100
variants: {
103101
allowResize: {
104102
true: 'overflow-hidden truncate'

0 commit comments

Comments
 (0)