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>
This commit is contained in:
Erik 2026-05-23 19:37:49 +02:00
parent 5f43ddce93
commit 87e4f2ff62
14 changed files with 18 additions and 15 deletions

File diff suppressed because one or more lines are too long