Comment lines maintaned

1 !B0Eu8tzm3nly

Could you make it so that the lines in a comment are maintaned? So like if the comment jumps down a line it does not read like one long sentence.

2 !Admin

Naw, there's not enough space to display comments with linebreaks.

3 !B0Eu8tzm3nly

Then can you append a character or extra space between line breaks and new lines? Because it's quite confusing the way it is.

4 !Admin

I know the text is quite packed and can be difficult to read sometimes, but the "comment" field is only meant to act as a simple teaser. If a thread catches your attention, read it comfortably on 4chan instead.

You can always increase the font size if you want.
Try putting this in the Custom CSS box:

.teaser {
  font-size: 14px;
  line-height: 16px;
}
.extended-large .thread {
  max-height: 500px;
}
.extended-small .thread {
  max-height: 400px;
}

Reply

Preview?