How can I keep post views on lists

Hello, I think you can try it with white-space: pre-line it will keeps the topic line breaks in excerpt. :slightly_smiling_face:

Add this to Common > CSS

.topic-list {
  a.topic-excerpt {
    white-space: pre-line;
  }
}

Screenshot 2023-02-05 at 1.43.46

6 Likes