Fix text wrap on profile-box, change loaded channels to public channels
This commit is contained in:
parent
0c1e7642d9
commit
26a46fc1d9
2 changed files with 2 additions and 2 deletions
|
|
@ -159,7 +159,7 @@ html, body {
|
|||
}
|
||||
|
||||
#messagebuffer div, #messagebuffer code, #filteredit code,
|
||||
#channeldata td, #currenttitle {
|
||||
#channeldata td, #currenttitle, .profile-box {
|
||||
white-space: pre-wrap; /* css-3 */
|
||||
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
||||
white-space: -pre-wrap; /* Opera 4-6 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue