Merge pull request #20 from hmaesta/patch-1
Hide overflow of file names (and apply ellipsis)
This commit is contained in:
commit
78a0d4fe21
@ -502,6 +502,9 @@
|
|||||||
padding-left: 1.5em;
|
padding-left: 1.5em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
Reference in New Issue
Block a user