From d29da9f36a6ed21547e17399b35c5b4a5d25cc26 Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Wed, 5 May 2021 13:35:46 +0200 Subject: [PATCH] Fix issue #1393 Text ellipsis is done left and we see last part of title --- admin/themes/default/theme.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 42b6ff546..e06244563 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -4811,6 +4811,13 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; margin: 10px; white-space: nowrap; font-weight: 600; + + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + max-width: 75%; + direction: rtl; + text-align: left; } .search-album-action-cont {