Skip to content

[6.x] Handle linked field comboboxes when the text is long#14863

Merged
jaygeorge merged 1 commit into
6.xfrom
fix-link-field-text-excess
Jun 23, 2026
Merged

[6.x] Handle linked field comboboxes when the text is long#14863
jaygeorge merged 1 commit into
6.xfrom
fix-link-field-text-excess

Conversation

@jaygeorge

Copy link
Copy Markdown
Contributor

Description of the Problem

As noted in #14862, when linking a field/fieldset, if the fieldset group or fieldset name is particularly long, it causes overlapping issues. Here is an extreme example:

2026-06-23 at 08 34 00@2x

What this PR Does

  • Fixes Centered text in link field select #14862
  • left aligns the text inside the flexbox container—which is only noticeable when the text flows onto a second line
  • Makes the field text slightly smaller so that we can see more information
  • Clamps text to 2 lines, in case of excessive characters
2026-06-23 at 08 33 44@2x

How to Reproduce

  1. Go to blueprints
  2. Add a fieldset with long names

@jaygeorge jaygeorge enabled auto-merge (squash) June 23, 2026 07:38
@jaygeorge jaygeorge merged commit 4b7086e into 6.x Jun 23, 2026
22 checks passed
@jasonvarga jasonvarga deleted the fix-link-field-text-excess branch June 23, 2026 14:57
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.

Centered text in link field select

1 participant