diff --git a/packages/frontend-core/src/components/sheet/cells/TextCell.svelte b/packages/frontend-core/src/components/sheet/cells/TextCell.svelte index ed26dffceb..b252ea875c 100644 --- a/packages/frontend-core/src/components/sheet/cells/TextCell.svelte +++ b/packages/frontend-core/src/components/sheet/cells/TextCell.svelte @@ -61,6 +61,7 @@ white-space: nowrap; } input { + flex: 1 1 auto; border: none; padding: 0; margin: 0 var(--cell-padding);