Skip to content

Commit

Permalink
fix: make it better
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Nov 20, 2024
1 parent c7560d7 commit a2c9f43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 1 addition & 3 deletions resources/js/components/ui/table.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use client';

import React from 'react';

import { IconChevronLgDown, IconHamburger } from 'justd-icons';
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit a2c9f43

Please sign in to comment.