Skip to content

[6.x] Prevent blueprint field rows from overflowing - #15122

Merged
jasonvarga merged 1 commit into
6.xfrom
truncate-blueprint-field-names
Aug 5, 2026
Merged

[6.x] Prevent blueprint field rows from overflowing#15122
jasonvarga merged 1 commit into
6.xfrom
truncate-blueprint-field-names

Conversation

@duncanmcclean

@duncanmcclean duncanmcclean commented Aug 5, 2026

Copy link
Copy Markdown
Member

This pull request fixes an issue where fields in the blueprint/fieldset builder could overflow their card, with the name wrapping onto multiple lines and the width selector and action buttons spilling outside the row.

This was happening because the field row is a flex row where nothing was allowed to shrink. Without min-w-0 on the left-hand side, the name couldn't shrink below its min-content width (so the existing text-ellipsis never kicked in), and without shrink-0 on the right-hand side, the width selector got squashed instead.

This PR fixes it by letting the name truncate and keeping the controls at their natural size. On narrow fields (25%), the card is now a container, so the Field label next to linked fields is hidden to leave room for the name itself — its tooltip has moved onto the link icon so the reference is still discoverable.

Before

CleanShot 2026-08-05 at 09 38 48

After

CleanShot 2026-08-05 at 09 37 38

Fixes #15117

fixes #15117

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@jasonvarga
jasonvarga merged commit 943cf90 into 6.x Aug 5, 2026
24 checks passed
@jasonvarga
jasonvarga deleted the truncate-blueprint-field-names branch August 5, 2026 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fieldset editor overflow

2 participants