You can try this CSS. Adjust the width as you wish.
.topic-list-item {
.link-top-line {
max-width: 20em;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
You can try this CSS. Adjust the width as you wish.
.topic-list-item {
.link-top-line {
max-width: 20em;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}