mirror of https://github.com/calzoneman/sync.git
Fix linewrap on long afk names
This commit is contained in:
parent
4f821747ba
commit
7868b4ce3e
|
@ -6,6 +6,10 @@ body {
|
|||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.userlist_item {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
min-height: 100%;
|
||||
height: auto !important;
|
||||
|
|
Loading…
Reference in New Issue