diff --git a/packages/frontend-core/src/components/sheet/cells/AttachmentCell.svelte b/packages/frontend-core/src/components/sheet/cells/AttachmentCell.svelte index 3510659ffe..ed94423083 100644 --- a/packages/frontend-core/src/components/sheet/cells/AttachmentCell.svelte +++ b/packages/frontend-core/src/components/sheet/cells/AttachmentCell.svelte @@ -110,6 +110,7 @@ flex-wrap: nowrap; gap: var(--cell-spacing); align-self: stretch; + overflow: hidden; } .attachment-cell.editable:hover { cursor: pointer;