From be62a2780cff2e25f25f1d844983a7ad4809fe89 Mon Sep 17 00:00:00 2001 From: okbel Date: Mon, 5 Mar 2018 14:48:32 -0300 Subject: [PATCH] normalized blockquote --- client/coral-admin/src/components/UserDetailComment.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/coral-admin/src/components/UserDetailComment.css b/client/coral-admin/src/components/UserDetailComment.css index 75b968625..71cc19640 100644 --- a/client/coral-admin/src/components/UserDetailComment.css +++ b/client/coral-admin/src/components/UserDetailComment.css @@ -78,6 +78,12 @@ font-weight: 300; font-size: 16px; max-width: 360px; + + blockquote { + font-size: inherit; + line-height: inherit; + letter-spacing: inherit; + } } .sideActions {