Add word-break: break-all for elements that may display token name
Details
Details
- Reviewers
emack - Group Reviewers
Restricted Project - Commits
- rABC2f1ee1dd98ba: [Cashtab] word-break fix for tokens with very long names
npm test
no overflow for long token names:
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
if they have gone through the trouble of naming it that way, might as well render it all.
we use ellipsis for the token doc url bc the URL still goes there, and nobody reads a super long URL
in this case...it would be pretty silly to have a token with such a long name (not broken by any spaces). but if we really want to avoid that, we should prevent it with validation in genesis txs.
If it happens...i wanna see the token name without having to pull up the dev console and check local storage (or chronik-cli for token info) -- options that normal users won't even be able to do.