Fix regresssion in jfiletree
This commit is contained in:
parent
14099b100e
commit
51ab54dc3c
@ -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;
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user