musiqpad/mqp-server

[Bug] Private chat with longer messages

RwbyChan2 opened this issue · 1 comments

When you have long messages in a private chat, then it will screw up the messages list:
http://prntscr.com/b1bjge

Solution:
.pm-user { height: 60px; cursor: pointer; word-break: break-all; overflow: hidden; }

adding a word-break and an overflow to the css from pm-user will solve this, atleast it did for me

Yes, i've found the bug but your solution doesn't work correctly. Fixed in 7c20adb