github →

New request

#12039: On record table, relation fields, we only display 3 items even when the cell is larger

We'll provision a sandbox, run an agent against the issue, and open a draft PR. You can pull the branch and iterate from there.

Issue
prio: low

Bug Description

Displayed cell by default <img width="418" alt="Image" src="https://github.com/user-attachments/assets/2b724379-8161-4825-8389-bbd6ce1dc538" />

On hover <img width="418" alt="Image" src="https://github.com/user-attachments/assets/015b2386-9d71-4d25-b188-bdc36fd09230" />

Expected behavior

By default we should see as many items as the cell can display.

Assessmentadvisory
bug easy90% confidence

The relation cell likely has a hard-coded or miscomputed item limit that ignores available width; a localized UI fix in the record-field/record-table components should resolve it.

Likely files
  • packages/twenty-front/src/modules/object-record/record-field/components/RelationFieldDisplay.tsx
  • packages/twenty-front/src/modules/object-record/record-field/hooks/useRelationFieldDisplay.ts
  • packages/twenty-front/src/modules/object-record/record-table/components/RecordTableCell.tsx
Create the request

This opens a fresh agent run and a draft PR for issue #12039.

Cancel