Skip to content

Commit

Permalink
fix(ui): fix the sizing of table cells (#2751)
Browse files Browse the repository at this point in the history
  • Loading branch information
sstraatemans authored Dec 19, 2024
1 parent 6a3ad33 commit ebc4e5c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/ninety-impalas-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@kadena/kode-ui': patch
---

fix the sizing of the compactdatatable
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ globalStyle(`${tableClass} td > span`, {
whiteSpace: 'nowrap',
});

globalStyle(`${tableClass} td > span:not(:has(button))`, {
contain: 'inline-size',
});

export const tableBorderClass = recipe({
base: {},
variants: {
Expand Down

0 comments on commit ebc4e5c

Please sign in to comment.