Skip to content

Commit

Permalink
fix kup-cell data-table problems
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafoscili committed Nov 6, 2024
1 parent b316081 commit 7226d73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/ketchup/src/components/kup-cell/kup-cell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@
height: 100%;
width: 100%;
}

#kup-component .f-cell.image-cell {
max-height: 100%;
}
1 change: 0 additions & 1 deletion packages/ketchup/src/f-components/f-cell/f-cell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
width: 100%;
word-break: break-all;
word-wrap: break-word;
max-height: 100%;

.f-cell__content {
align-items: center;
Expand Down

0 comments on commit 7226d73

Please sign in to comment.