Commit 36b86ed
fix(web): give the profile badge a real ellipsis
`Badge` is an `inline-flex` with `whitespace-nowrap`, so `truncate` on the
badge never reached the name inside it: a long profile name was hard-clipped at
both ends with no ellipsis. The cap stays on the badge, the truncation moves to
an inner span, and the full name is available as a title.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 59fca7f commit 36b86ed
1 file changed
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
697 | 697 | | |
698 | 698 | | |
699 | 699 | | |
700 | | - | |
701 | | - | |
702 | | - | |
703 | | - | |
704 | | - | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
705 | 709 | | |
706 | 710 | | |
707 | 711 | | |
| |||
0 commit comments