1
0
mirror of synced 2024-11-22 13:26:06 +03:00

Merge pull request #20 from hmaesta/patch-1

Hide overflow of file names (and apply ellipsis)
This commit is contained in:
Justin Schroeder 2020-03-09 10:45:23 -04:00 committed by GitHub
commit 78a0d4fe21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -502,6 +502,9 @@
padding-left: 1.5em;
padding-right: 2em;
max-width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
&::before {
position: absolute;