mirror of https://github.com/calzoneman/sync.git
Force linewrap on video title in Chrome
This commit is contained in:
parent
7d0de7b1ba
commit
008655e5bf
|
@ -159,7 +159,7 @@ html, body {
|
|||
}
|
||||
|
||||
#messagebuffer div, #messagebuffer code, #filteredit code,
|
||||
#channeldata td {
|
||||
#channeldata td, #currenttitle {
|
||||
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