Wrap long messages in the shoutbox

This commit is contained in:
Luke Barratt 2014-05-10 14:10:59 +01:00
parent 1ce05c3757
commit b25de09997

View file

@ -39,6 +39,8 @@
display: table-cell;
.contents {
word-wrap: break-word;
word-break: break-all;
position: relative;
display: block;
padding: 0 10px;