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