overflow count to the left

This commit is contained in:
j 2019-10-02 11:04:20 -07:00
parent aa968e00fd
commit 45fb954164

View file

@ -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) {