mirror of https://github.com/calzoneman/sync.git
Fix for super long pagetitles
This commit is contained in:
parent
309e5d8b46
commit
084b1cf16f
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue