Problem
On the landing page (mobile width), the install command (.install-code) is clipped before the Copy button — it shows e.g. "irm https://usehelm.net…" with no horizontal scroll or wrap, so you can't actually read the full command you're being asked to run. (Confirmed via Playwright at 390px.)
Why it matters
Asking users to pipe a script into a shell while hiding the command undermines trust and usability.
Suggested fix
Allow the code to wrap or horizontally scroll, or show it full-width above the Copy button on narrow screens.
Where
mobile/src/components/LandingScreen.tsx (InstallCommand) + .install-row/.install-code in styles.css.
Filed from a UI research sweep of the Helm mobile app (landing + live demo session) using Playwright + full source review, cross-referenced against Claude, ChatGPT, GitHub Copilot Chat, and Codex/Claude Code UIs.
Problem
On the landing page (mobile width), the install command (
.install-code) is clipped before the Copy button — it shows e.g. "irm https://usehelm.net…" with no horizontal scroll or wrap, so you can't actually read the full command you're being asked to run. (Confirmed via Playwright at 390px.)Why it matters
Asking users to pipe a script into a shell while hiding the command undermines trust and usability.
Suggested fix
Allow the code to wrap or horizontally scroll, or show it full-width above the Copy button on narrow screens.
Where
mobile/src/components/LandingScreen.tsx(InstallCommand) +.install-row/.install-codeinstyles.css.Filed from a UI research sweep of the Helm mobile app (landing + live demo session) using Playwright + full source review, cross-referenced against Claude, ChatGPT, GitHub Copilot Chat, and Codex/Claude Code UIs.