mirror of https://github.com/calzoneman/sync.git
Take care of obnoxious channel names and video titles
This commit is contained in:
parent
27b95fd856
commit
48483efb02
|
@ -154,7 +154,12 @@ html, body {
|
|||
border-left: 0;
|
||||
}
|
||||
|
||||
#messagebuffer div, #messagebuffer code, #filteredit code {
|
||||
#channeldata td {
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
#messagebuffer div, #messagebuffer code, #filteredit code,
|
||||
#channeldata td {
|
||||
white-space: pre-wrap; /* css-3 */
|
||||
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
||||
white-space: -pre-wrap; /* Opera 4-6 */
|
||||
|
|
Loading…
Reference in New Issue