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;