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;
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;

View File

@ -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;