Truncate long category names in subcategory boxes

This commit is contained in:
Kris 2018-02-27 16:47:47 -05:00
parent 33340071e7
commit be63b08c36
1 changed files with 4 additions and 0 deletions

View File

@ -103,6 +103,8 @@
line-height: $line-height-medium;
text-align: center;
color: $primary;
overflow: hidden;
text-overflow: ellipsis;
}
}
@ -116,6 +118,8 @@
h3 {
font-size: $font-up-2;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
}
.category-box-heading {