Fix linewrap on long afk names
This commit is contained in:
parent
4f821747ba
commit
7868b4ce3e
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,10 @@ body {
|
|||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.userlist_item {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
min-height: 100%;
|
||||
height: auto !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue