Fix for super long pagetitles

This commit is contained in:
calzoneman 2014-10-03 16:15:35 -05:00
parent 309e5d8b46
commit 084b1cf16f
1 changed files with 5 additions and 0 deletions

View File

@ -586,3 +586,8 @@ body.chatOnly .pm-panel, body.chatOnly .pm-panel-placeholder {
width: auto!important;
}
}
table td {
max-width: 200px;
word-wrap: break-word;
}