Browse Source

Fix document name overflow

master
morethanwords 4 years ago
parent
commit
ac061d22fe
  1. 3
      src/scss/partials/_document.scss

3
src/scss/partials/_document.scss

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

Loading…
Cancel
Save