mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-19 17:11:42 -06:00
563cea4e66
The phone-width ellipsis fix (#123085) promoted a chat-composer-scoped 138px minimum onto the shared select-picker inline style, which beats every consumer stylesheet. Containers that legitimately shrink below 138px overflow instead: the cron 'Every N <unit>' and stagger-window unit pickers spill out of their minmax(0,1fr) grid cells at 320px, and workboard's min-width:0 became dead. Cap the floor at the host width with min(138px,100%); the readable-label floor is preserved everywhere the container is wide enough (the mobile e2e asserts it at 364px). Also fix the stale '8ch' comment from the pre-138px iteration.