SyntaxFix
Write A Post
Hire A Developer
Questions
You can use white-space: pre-line to preserve line breaks in formatting. There is no need to manually insert html elements.
.popover { white-space: pre-line; }
or add to your html element style="white-space: pre-line;"
style="white-space: pre-line;"