fix(admin): stop a long action name printing over the activity row beside it #203
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/activity-action-overflow"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The dashboard renders an activity row's action in a fixed
width: 110span withflex: 'none'and no overflow handling, so a name wider than that overflows its box and prints on top of the detail text next to it.Core's own actions all fit. A module's need not.
module-rustwritesrust.account.unlink.staffwhen staff sever a player's Steam link, and on a live dashboard it overlapped thesteamId: …beside it;module-uo'suoLink.account.linkis already close to the edge.minWidthinstead ofwidthkeeps the column aligned for every short name and lets a longer one push the detail right rather than sit under it. One property.Verified in a browser with both rows on screen — a 20-character action and a 25-character one, each clear of its detail.
Found while walking module-rust phase 6 and raised here rather than worked around there (org lead, 2026-09-21): a module may legitimately name an action, and shortening one module's names only moves the ceiling to the next one.
AI disclosure
🤖 Generated with Claude Code
https://claude.ai/code/session_01PMH6bw1jXMgbyF3ZWGEzSM