Adding a text-overflow: ellipsis; mixin and related cleanup

This commit is contained in:
Kris
2019-11-06 14:00:29 -05:00
parent 1aa96a5da4
commit b066a4128d
31 changed files with 61 additions and 159 deletions

View File

@@ -47,9 +47,7 @@ $meta-element-margin: 6px;
.filename {
margin: $meta-element-margin;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
@include ellipsis;
}
.d-icon {