You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(form): shrink forceLabelWidth column under pressure when responsive (CUI-32)
A section with forceLabelWidth froze its label column to an exact pixel
width, so in a responsive Form the label never shrank — only the field
track did, until the row flipped to stacked. Treat forceLabelWidth as the
column's upper bound instead: responsive wraps it in minmax(min-content,
Npx) so the column keeps Npx while there is room and shrinks down to its
longest word as the field is squeezed, with rows staying aligned.
Non-responsive stays pinned to the exact width (unchanged).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments