Open
Description
Long usernames overflow in admin UI
Description
If a user has a long username, it will look pretty bad in the admin UI.
Affects versions
1.47.1, probably all.
Steps to reproduce
- Create a user with a long username like
DNUXUS8WIUXRGHQSNALTECZGD8IYZ7LN0X09RTTX2G9WMVFWJ6CF3T7HMCJWV3SF
. - View the user details in the admin UI.
Expected behavior
Wrap it, using word-wrap: anywhere
(looks widely supported: https://caniuse.com/?search=word-wrap ) or some other mechanism.
Screenshots
Compare
with

Community guidelines
All issues filed in this repository must abide by the FusionAuth community guidelines.
Additional context
Suggested here: FusionAuth/fusionauth-site#2536 (comment)