Skip to content

ui: wrap long side labels instead of pushing the control off the row - #90

Merged
microbit-matt-hillsdon merged 1 commit into
mainfrom
fix-log-form-labels
Aug 14, 2026
Merged

ui: wrap long side labels instead of pushing the control off the row#90
microbit-matt-hillsdon merged 1 commit into
mainfrom
fix-log-form-labels

Conversation

@microbit-matt-hillsdon

Copy link
Copy Markdown
Contributor

The side label's auto flex basis was its max-content width, and a wrap container breaks lines on hypothetical sizes, so a translation-length label sent the control to its own line before the label could shrink. Basis 0 keeps the pair on one line and wraps the label text; helper and error text still take their full-width line.

The side label's auto flex basis was its max-content width, and a wrap
container breaks lines on hypothetical sizes, so a translation-length
label sent the control to its own line before the label could shrink.
Basis 0 keeps the pair on one line and wraps the label text; helper and
error text still take their full-width line.
@microbit-matt-hillsdon
microbit-matt-hillsdon merged commit 40de249 into main Aug 14, 2026
3 checks passed
@microbit-matt-hillsdon
microbit-matt-hillsdon deleted the fix-log-form-labels branch August 14, 2026 10:00
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.

1 participant