```
cd web/cashtab
npm start
```
Create a new wallet and rename it with longest possible name, e.g. `AAAAAAAAAAAAAAAAAAAAAAA`
Using dev console of web browser, test appearance of wallet name at resolutions between 320px and 1280px. Verify either no overflow or overflow handled by ellipsis.
`npm test` to verify no impact on covered methods; change only impacts app appearance.