fix: prevent long container names from overflowing card #496

Merged
ZacharyZcR merged 1 commits from fix/container-name-overflow into dev-1.10.1 2026-01-12 07:27:58 +00:00

1 Commits

Author SHA1 Message Date
ZacharyZcR
46ac245a86 fix: prevent long container names from overflowing card
Added min-w-0 to CardTitle to allow text truncation in flexbox.
Without this, flex items have min-width: auto which prevents
the truncate class from working properly.

Fixes #411
2026-01-12 14:44:19 +08:00