Fix chat prefix wrapping

Closes #49
This commit is contained in:
Philippe Proulx 2013-10-16 14:41:04 -04:00 committed by Vivien Didelot
parent 0dd525477f
commit 716217cf6a

View file

@ -36,6 +36,7 @@ td.prefix {
text-align: right;
vertical-align: top;
padding-right: 5px;
white-space: nowrap;
}
td.message {
word-wrap: break-word;