Space between paragraphs in webchat
# 👀feature-requests
s
In botpress-default.css, this should do it: .bpw-chat-bubble p { margin: 10px; white-space: pre-wrap; word-break: break-word; }