overflow count to the left
This commit is contained in:
parent
aa968e00fd
commit
45fb954164
1 changed files with 4 additions and 0 deletions
|
@ -128,6 +128,10 @@ oml.ui.folders = function() {
|
|||
.appendTo(that)
|
||||
);
|
||||
oml.$ui.librariesList.$body.css({height: '16px'}); // FIXME!
|
||||
oml.$ui.librariesList.find('.OxColumnItems').css({
|
||||
'text-overflow': 'reset',
|
||||
'direction': 'rtl'
|
||||
})
|
||||
|
||||
users.forEach(function(user, index) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue