Commit b249c1c
Developer
fix: runtime lane button overflow — flex-wrap + smaller buttons
The welcome-remote-row had 4 runtime buttons (Hermes, OpenClaw, IronClaw,
Raven) in a 420px max-width card with no flex-wrap, causing the 4th button
(Raven EverMind) to overflow the card border.
Fix:
- Added flex-wrap: wrap to .welcome-remote-row so buttons wrap to a new line
- Added smaller font-size (12px) and tighter padding (6px 12px) for runtime
lane buttons to help them fit on one line when possible
- Added white-space: nowrap so button labels don't break mid-word
Verified: typecheck pass, 115/115 test files, 1300 tests passed1 parent 074bef9 commit b249c1c
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
820 | 820 | | |
821 | 821 | | |
822 | 822 | | |
| 823 | + | |
823 | 824 | | |
824 | 825 | | |
825 | 826 | | |
826 | 827 | | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
827 | 834 | | |
828 | 835 | | |
829 | 836 | | |
| |||
0 commit comments