mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-15 12:02:06 +00:00
Take care of obnoxious channel names and video titles
This commit is contained in:
parent
27b95fd856
commit
48483efb02
1 changed files with 6 additions and 1 deletions
|
|
@ -154,7 +154,12 @@ html, body {
|
||||||
border-left: 0;
|
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: pre-wrap; /* css-3 */
|
||||||
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
||||||
white-space: -pre-wrap; /* Opera 4-6 */
|
white-space: -pre-wrap; /* Opera 4-6 */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue