Fix text wrap on profile-box, change loaded channels to public channels

This commit is contained in:
Calvin Montgomery 2013-08-13 22:17:58 -04:00
parent 0c1e7642d9
commit 26a46fc1d9
2 changed files with 2 additions and 2 deletions

View file

@ -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 */