Fix document name overflow

This commit is contained in:
morethanwords 2020-10-16 15:16:34 +03:00
parent 4837d24f4f
commit ac061d22fe

View File

@ -29,6 +29,9 @@
letter-spacing: 1px;
font-size: 1.1rem;
background-size: contain;
}
&-ico, &-name {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;