From 31057dc47a4f43b10a6da317ec2b618d8224d159 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 11 Sep 2020 15:05:47 -0400 Subject: [PATCH] fix: white-space value for moderation note content --- less/account.less | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/less/account.less b/less/account.less index 45b119c..d848534 100644 --- a/less/account.less +++ b/less/account.less @@ -273,8 +273,14 @@ } } - [component="account/moderation-note/list"] .icon { - margin-right: 10px; + [component="account/moderation-note/list"] { + .icon { + margin-right: 10px; + } + + .content { + white-space: pre-line; + } } .categories {