Something like that:
.categories-and-latest .main-link {
.top-row {
max-width: 20em;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
Something like that:
.categories-and-latest .main-link {
.top-row {
max-width: 20em;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}