Skip to content

Commit

Permalink
Merge pull request smeup#2185 from apuliasoft/fix/fcell-layout
Browse files Browse the repository at this point in the history
FCell max-width
  • Loading branch information
lucafoscili authored Nov 14, 2024
2 parents 5ef06f2 + 668f47a commit 3f2728e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ketchup/src/f-components/f-cell/f-cell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
width: var(--kup_fcell_width);
word-break: break-all;
word-wrap: break-word;

max-width: 100%;
&:has(.f-cell__content .f-image .iconWrapper .f-image__icon) {
max-height: 100%;
}
Expand Down

0 comments on commit 3f2728e

Please sign in to comment.