diff --git a/packages/twenty-front/src/modules/object-record/record-table/record-table-cell/components/RecordTableCellDisplayContainer.tsx b/packages/twenty-front/src/modules/object-record/record-table/record-table-cell/components/RecordTableCellDisplayContainer.tsx index 84a332a62f..9197022f87 100644 --- a/packages/twenty-front/src/modules/object-record/record-table/record-table-cell/components/RecordTableCellDisplayContainer.tsx +++ b/packages/twenty-front/src/modules/object-record/record-table/record-table-cell/components/RecordTableCellDisplayContainer.tsx @@ -1,5 +1,5 @@ -import { Ref } from 'react'; import { styled } from '@linaria/react'; +import { Ref } from 'react'; const StyledOuterContainer = styled.div<{ hasSoftFocus?: boolean; @@ -18,7 +18,7 @@ const StyledInnerContainer = styled.div` height: 100%; overflow: hidden; width: 100%; - flex-wrap: wrap; + white-space: nowrap; `; export type EditableCellDisplayContainerProps = {