mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 12:54:29 +00:00
A truncated name needs a hover to be read at all, and a tooltip is no use for a name you are scanning a column of. All three gutter labels — the plain track header, the group header, and the keyframe layer row — now wrap and drop their `title`. `break-words` so a long single token breaks rather than forcing the column wider. Measured at the 232px gutter: a name long enough to wrap takes two lines (28px) inside the 48px row with room to spare; a third line would overflow, which is what the row affords either way. One test located the name by its `title` and now reads the rendered text. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>