diff --git a/static/js/folders.js b/static/js/folders.js index 8a00703..21eee1e 100644 --- a/static/js/folders.js +++ b/static/js/folders.js @@ -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) {