Hello, I think you can try it with white-space: pre-line
it will keeps the topic line breaks in excerpt.
Add this to Common > CSS
.topic-list {
a.topic-excerpt {
white-space: pre-line;
}
}
Hello, I think you can try it with white-space: pre-line
it will keeps the topic line breaks in excerpt.
Add this to Common > CSS
.topic-list {
a.topic-excerpt {
white-space: pre-line;
}
}