MosswartOverlord/frontend/src
Erik 87e4f2ff62 fix(dashboard): table width:auto so Character column sizes to content only
With width:100%, the table stretched to fill the container — and the
Character column (the only one with stretchable text) absorbed all the
extra space, looking much wider than the longest name needed.

width:auto lets each column size to its content. Table now fits its
data; container still scrolls horizontally if content ever exceeds the
viewport.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-23 19:37:49 +02:00
..
api feat(dashboard): logout button + admin user-management window 2026-05-15 20:10:10 +02:00
components fix(dashboard): table width:auto so Character column sizes to content only 2026-05-23 19:37:49 +02:00
contexts feat: major cleanup + death alerts + idle detection + Discord webhooks 2026-04-14 16:32:14 +02:00
hooks feat(dashboard): logout button + admin user-management window 2026-05-15 20:10:10 +02:00
styles feat(dashboard): open Player Dashboard in a new tab 2026-05-23 19:31:26 +02:00
types feat: v2 dashboard — React + Vite parallel implementation 2026-04-12 15:07:11 +02:00
utils feat(v2): Phase 1 — map-first layout matching v1 2026-04-12 15:38:14 +02:00
App.tsx feat(dashboard): open Player Dashboard in a new tab 2026-05-23 19:31:26 +02:00
main.tsx feat: v2 React frontend is now primary at / 2026-04-14 12:17:23 +02:00