adding ellipsis on file names to public file list as well
This commit is contained in:
parent
d0f84e936f
commit
8958b9147b
|
@ -45,5 +45,13 @@ table td.filename .nametext {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ellipsis on file names */
|
||||||
|
.nametext {
|
||||||
|
width: 60%;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue