Fix regresssion in jfiletree

This commit is contained in:
Laurent Destailleur 2022-10-13 22:13:21 +02:00
parent 14099b100e
commit 51ab54dc3c
2 changed files with 6 additions and 7 deletions

View File

@ -5889,11 +5889,10 @@ ul.ecmjqft a {
padding: 0px 0px; padding: 0px 0px;
font-weight:normal; font-weight:normal;
display: inline-block !important; display: inline-block !important;
width: calc(100% - 100px); width: calc(100% - 100px);
overflow: hidden; overflow: hidden;
white-space: break-spaces; white-space: break-spaces;
word-break: break-all; word-break: break-all;
} }
ul.ecmjqft a:active { ul.ecmjqft a:active {
font-weight: bold !important; font-weight: bold !important;

View File

@ -5724,9 +5724,9 @@ ul.ecmjqft a {
display: inline-block !important; display: inline-block !important;
width: calc(100% - 100px); width: calc(100% - 100px);
overflow: hidden; overflow: hidden;
white-space: break-spaces; white-space: break-spaces;
word-break: break-all; word-break: break-all;
} }
ul.ecmjqft a:active { ul.ecmjqft a:active {
font-weight: bold !important; font-weight: bold !important;