mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 01:11:23 +00:00
Wrap long messages in the shoutbox
This commit is contained in:
parent
1ce05c3757
commit
b25de09997
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@
|
|||
display: table-cell;
|
||||
|
||||
.contents {
|
||||
word-wrap: break-word;
|
||||
word-break: break-all;
|
||||
position: relative;
|
||||
display: block;
|
||||
padding: 0 10px;
|
||||
|
|
Loading…
Reference in a new issue