diff --git a/packages/ketchup/src/f-components/f-cell/f-cell.scss b/packages/ketchup/src/f-components/f-cell/f-cell.scss index 856297c1b..44e3f2451 100644 --- a/packages/ketchup/src/f-components/f-cell/f-cell.scss +++ b/packages/ketchup/src/f-components/f-cell/f-cell.scss @@ -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%; }