mirror of
https://github.com/rajnandan1/kener.git
synced 2026-08-07 07:14:56 +00:00
bbc85deea7
Maintenance and incident cards rendered affected monitors in a non-wrapping flex row; with many monitors the badges overflowed the card (maintenance) or hid behind a horizontal scrollbar (incident). Badge text was also nowrap, so a single long monitor name could still bleed past the card edge on narrow viewports. Apply one rule to both components: badges wrap within the box, and badge text itself wraps when a name exceeds the row width. Fixes #794 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>