fix: prevent long container names from overflowing card #496
Reference in New Issue
Block a user
Delete Branch "fix/container-name-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?
Summary
min-w-0to container name CardTitle to enable proper text truncationRoot Cause
In flexbox, child elements have
min-width: autoby default, which prevents them from shrinking below their content width. The existingtruncateclass was ineffective because the element couldn't shrink.Changes
Test plan
Fixes Termix-SSH/Support#411