mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 04:51:14 +00:00
Wrap long messages in the shoutbox
This commit is contained in:
parent
9156865068
commit
896014404c
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