musiqpad / mqp-server

NodeJS server base for hosting an individual pad
MIT License
30 stars 18 forks source link

[Bug] Private chat with longer messages #76

Closed RwbyChan2 closed 8 years ago

RwbyChan2 commented 8 years ago

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

explodingcamera commented 8 years ago

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