Truncate archive item titles' that overflow with an ellipsis

Fixes #1213
This commit is contained in:
Michael Rose
2017-09-06 15:02:41 -04:00
parent 2080469952
commit f9132d8998
4 changed files with 8 additions and 2 deletions

View File

@ -37,6 +37,8 @@
.archive__item-title {
margin-bottom: 0.25em;
font-family: $sans-serif-narrow;
overflow: hidden;
text-overflow: ellipsis;
a + a {
opacity: 0.5;