diff --git a/webapp/titanembeds/static/css/embedstyle.css b/webapp/titanembeds/static/css/embedstyle.css index e73d48b..7ea9f63 100644 --- a/webapp/titanembeds/static/css/embedstyle.css +++ b/webapp/titanembeds/static/css/embedstyle.css @@ -579,6 +579,10 @@ p.mentioned span.chatmessage { vertical-align: bottom; } +.richembed .description { + white-space: pre-line +} + .richembed .content { display: flex; }