Skip to content

fix(ui5-form): incorrect labelSpan behavior when width is close to layout breakpoint#13727

Open
nnaydenow wants to merge 1 commit into
mainfrom
form-ls
Open

fix(ui5-form): incorrect labelSpan behavior when width is close to layout breakpoint#13727
nnaydenow wants to merge 1 commit into
mainfrom
form-ls

Conversation

@nnaydenow

Copy link
Copy Markdown
Contributor

The old min/max-width container queries left gaps at exact breakpoint values (e.g. a width of exactly 600px matched neither the S nor M query), causing incorrect layout and labelSpan behavior. Replace with CSS range syntax which produces contiguous, non-overlapping ranges with no gaps.

Fixes #13723

@nnaydenow nnaydenow deployed to netlify-preview June 24, 2026 12:31 — with GitHub Actions Active
@nnaydenow nnaydenow requested a review from pskelin June 24, 2026 12:31
@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.

[Form]: Incorrect labelSpan behavior when width is close to layout breakpoint

2 participants