Skip to content

Fix vertical text in runtime container update-state cards on mobile#199

Merged
LarsLaskowski merged 2 commits into
mainfrom
claude/runtime-containers-vertical-text-bbt8yg
Jul 23, 2026
Merged

Fix vertical text in runtime container update-state cards on mobile#199
LarsLaskowski merged 2 commits into
mainfrom
claude/runtime-containers-vertical-text-bbt8yg

Conversation

@LarsLaskowski

@LarsLaskowski LarsLaskowski commented Jul 22, 2026

Copy link
Copy Markdown
Owner

Summary

Stack the Update State cell content vertically in the runtime containers mobile card layout instead of forcing it into a single horizontal flex row.

Why

On mobile, every table cell becomes a horizontal flex row (display: flex; justify-content: space-between). The Update State cell holds several stacked children (update chip, available-update tag, vulnerability chips, and the long vulnerability summary text). Squeezed side by side, the long text span collapsed to a near-zero-width column and, combined with overflow-wrap: anywhere, wrapped character by character — rendering the text vertically. The available-update tag in the same cell was affected the same way.

Linked issues

None

Review notes

CSS-only change scoped to the @media (max-width: 959.98px) block in wwwroot/app.css. The Update State cell now uses flex-direction: column; align-items: flex-start, so each chip and text span gets the full card width and text wraps horizontally. Simple label/value cells (CPU, Memory, Instance) are unchanged. Desktop layout is unaffected.

Follow-up work

None

claude and others added 2 commits July 22, 2026 20:16
Stack the Update State cell content vertically in the mobile card layout
instead of squeezing it into a single flex row. The long vulnerability
summary and available update tag no longer collapse to a near-zero-width
column that wrapped character by character.
@sonarqubecloud

Copy link
Copy Markdown

@LarsLaskowski
LarsLaskowski merged commit a343d83 into main Jul 23, 2026
4 checks passed
@LarsLaskowski
LarsLaskowski deleted the claude/runtime-containers-vertical-text-bbt8yg branch July 23, 2026 20: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.

2 participants