peers panel: 'invitations' layout bug
This commit is contained in:
parent
f27d09235d
commit
19a80cdde2
1 changed files with 4 additions and 1 deletions
|
@ -149,7 +149,10 @@ oml.ui.peersPanel = function() {
|
|||
}
|
||||
});
|
||||
|
||||
$list.$body.css({height: '16px'}); // FIXME!
|
||||
$list.$body.css({
|
||||
height: '16px',
|
||||
overflowX: 'hidden'
|
||||
}); // FIXME!
|
||||
|
||||
return $list;
|
||||
|
||||
|
|
Loading…
Reference in a new issue