adding ellipsis on file names
This commit is contained in:
parent
a54260b517
commit
e6392163a4
1 changed files with 7 additions and 0 deletions
|
@ -49,5 +49,12 @@ table td.filename .nametext {
|
|||
display: none;
|
||||
}
|
||||
|
||||
/* ellipsis on file names */
|
||||
.nametext {
|
||||
width: 60%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue