openemotion / webapp

0 stars 0 forks source link

Long user names look bad in chat #5

Closed elifiner closed 11 years ago

elifiner commented 11 years ago

One option is to use a table to display the chat history.

Another is to use display: table, display: table-row, display: table-cell.

Yet another option is to change the layout completely so that the user name appears above a block of messages from that user.

Currently I lean towards tables as the simpler solution.