From 51ab54dc3cf03ef5fc3ef988b29515d216edd8a4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 13 Oct 2022 22:13:21 +0200 Subject: [PATCH] Fix regresssion in jfiletree --- htdocs/theme/eldy/global.inc.php | 7 +++---- htdocs/theme/md/style.css.php | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index d8c3e1a4cf4..6f5adba2cc5 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -5889,11 +5889,10 @@ ul.ecmjqft a { padding: 0px 0px; font-weight:normal; display: inline-block !important; - width: calc(100% - 100px); - overflow: hidden; - white-space: break-spaces; - word-break: break-all; + overflow: hidden; + white-space: break-spaces; + word-break: break-all; } ul.ecmjqft a:active { font-weight: bold !important; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 100cda109d4..8fd37a2c7d2 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -5724,9 +5724,9 @@ ul.ecmjqft a { display: inline-block !important; width: calc(100% - 100px); - overflow: hidden; - white-space: break-spaces; - word-break: break-all; + overflow: hidden; + white-space: break-spaces; + word-break: break-all; } ul.ecmjqft a:active { font-weight: bold !important;