Fix linewrap on long afk names

This commit is contained in:
calzoneman 2013-11-21 00:25:01 -06:00
parent 4f821747ba
commit 7868b4ce3e
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ body {
background-color: #f5f5f5;
}
.userlist_item {
white-space: nowrap;
}
.wrapper {
min-height: 100%;
height: auto !important;