scalableminds / chatroom

React-based Chatroom Component for Rasa Stack
https://npm-scalableminds.s3.eu-central-1.amazonaws.com/@scalableminds/chatroom@master/demo.html
GNU Affero General Public License v3.0
307 stars 208 forks source link

preserve spaces in the bot response #144

Open ravijata opened 4 years ago

ravijata commented 4 years ago

as there is no HTML formatting, at least is there a way to prevent the spacing changes in the bot response?

For example: Col1    Col2.    Col3 Text    Text     Text text    text    text

coming out as: Col1 Col2 Col3 Text Text Text Text Text Text

Thanks