From b334e3c93bd185f11e95ec78a17df1d40ccb2d37 Mon Sep 17 00:00:00 2001 From: Jeremy Zhang Date: Fri, 8 Dec 2017 21:18:49 +0000 Subject: [PATCH] Rich embed description can have seperate new lines --- webapp/titanembeds/static/css/embedstyle.css | 4 ++++ 1 file changed, 4 insertions(+) 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; }