- This topic has 5 replies, 2 contibutors, and was last updated 9 years ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Question
Answers
Viewing 6 posts - 1 through 6 (of 6 total)
- The question ‘Forum missing line breaks’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Solutions › Social Learner › Forum missing line breaks
Is it somehow possible to enable line breaks when writing in a group forum?
As it is now the line breaks are removed when creating a forum topic / reply etc.
I deactivated my cache plugin (specifically minify HTML, CSS, JS) to ensure that it wasn’t the cause of the removal of line breaks. So it must be something in either bbPress 2.5.8 or Boss 2.0.1 / Social Learner 1.0.4?
Will do some more testing to find root of this.
I performed further testing on this. When changing to Twenty Fifteen Theme the line breaks in the bbPress forum was retained. The line breaks are removed when changing back to Boss 2.0.3 or Social Learner 1.0.6.
It seems like a bug to me. Do you have any recommendations on how we can retain line breaks?
Best regards,
Michael
Hi @vapvarun,
I used the following code instead:
.bbp-reply-content p {
margin: 0px 0px 18px;
font-size: 13px;
}
Seems to do the trick.
Best regards,
Michael
🙂 Glad you solved your issue.
Regards
Varun Dubey