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

Hide overflow of file names (and apply ellipsis)

This commit is contained in:
Hugo Maestá 2020-03-07 10:19:42 -03:00 committed by GitHub
parent 70217a95f6
commit abe927e9ce
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;