Skip to content
Snippets Groups Projects
Commit e6392163 authored by Thomas Müller's avatar Thomas Müller
Browse files

adding ellipsis on file names

parent a54260b5
Branches
No related tags found
No related merge requests found
...@@ -49,5 +49,12 @@ table td.filename .nametext { ...@@ -49,5 +49,12 @@ table td.filename .nametext {
display: none; display: none;
} }
/* ellipsis on file names */
.nametext {
width: 60%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment