With CSS. Set this for the chat.messages element in your chat theme.
white-space: pre-wrap;
You can also adjust the width to fit content instead.
width: fit-content;
max-width: 30%;
With CSS. Set this for the chat.messages element in your chat theme.
white-space: pre-wrap;
You can also adjust the width to fit content instead.
width: fit-content;
max-width: 30%;