komanda
komanda copied to clipboard
Long usernames don't break properly in user list
It looks like when a username is too long it won't break it, and instead it goes to the next line, but the box doesn't resize so it overlaps the next username on the list.
Running Komanda 0.1.1 in Windows 7
Just need to apply overflow hidden + ellipsis + a title to see the entire username.
@Alex-D do you want to submit a PR for that?
Yep, i can try to fix it. I just need to understood the core of the project :)
@Alex-D: The css responsible for the nick list is in app/styles/komanda.css, starting with line 566, I think the specific class in this case is user
on line 593.
The HTML being rendered comes from the names template/partial.
Hope that helps.