komanda icon indicating copy to clipboard operation
komanda copied to clipboard

Long usernames don't break properly in user list

Open jspautsch opened this issue 9 years ago • 4 comments

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.

image

Running Komanda 0.1.1 in Windows 7

jspautsch avatar Jul 22 '14 16:07 jspautsch

Just need to apply overflow hidden + ellipsis + a title to see the entire username.

Alex-D avatar Jul 22 '14 18:07 Alex-D

@Alex-D do you want to submit a PR for that?

eugene-bulkin avatar Jul 22 '14 22:07 eugene-bulkin

Yep, i can try to fix it. I just need to understood the core of the project :)

Alex-D avatar Jul 23 '14 00:07 Alex-D

@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.

xqwzts avatar Jul 23 '14 10:07 xqwzts