Skip to content

fix(ui5-form): truncate long header and group header titles - #13868

Open
nnaydenow wants to merge 1 commit into
mainfrom
fix/ui5-form-title-truncation
Open

fix(ui5-form): truncate long header and group header titles#13868
nnaydenow wants to merge 1 commit into
mainfrom
fix/ui5-form-title-truncation

Conversation

@nnaydenow

@nnaydenow nnaydenow commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Set wrappingType="None" on Title elements in FormTemplate to prevent long titles from wrapping. Add overflow:hidden to group heading and min-width:0 to form columns to ensure truncation works correctly in grid layout. Add box-sizing:border-box to Form, FormItem, FormItemSpan, and FormLayout stylesheets.

Fixes: #13852

Set wrappingType="None" on Title elements in FormTemplate to prevent
long titles from wrapping. Add overflow:hidden to group heading and
min-width:0 to form columns to ensure truncation works correctly in
grid layout. Add box-sizing:border-box to Form, FormItem, FormItemSpan,
and FormLayout stylesheets.

Adds test page FormTitleTruncation.html to verify truncation behavior.
@nnaydenow
nnaydenow temporarily deployed to netlify-preview July 27, 2026 13:09 — with GitHub Actions Inactive
@sap-ui5-webcomponents-release

Copy link
Copy Markdown

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.

ui5-form: FormGroup heading text overflows and overlaps content when group name exceeds fixed height

1 participant