Truncate long category names in subcategory boxes
This commit is contained in:
parent
33340071e7
commit
be63b08c36
|
@ -103,6 +103,8 @@
|
||||||
line-height: $line-height-medium;
|
line-height: $line-height-medium;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: $primary;
|
color: $primary;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -116,6 +118,8 @@
|
||||||
h3 {
|
h3 {
|
||||||
font-size: $font-up-2;
|
font-size: $font-up-2;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.category-box-heading {
|
.category-box-heading {
|
||||||
|
|
Loading…
Reference in New Issue