From 45fb954164573461e0ad02b61ee1c8f956f32711 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 2 Oct 2019 11:04:20 -0700 Subject: [PATCH] overflow count to the left --- static/js/folders.js | 4 ++++ 1 file changed, 4 insertions(+) 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) {