Fix chat prefix wrapping

Closes #49
with-route-provider
Philippe Proulx 12 years ago committed by Vivien Didelot
parent 0dd525477f
commit 716217cf6a
  1. 1
      css/glowingbear.css

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

Loading…
Cancel
Save