From c8d70b08264cbe0a905822f82cec035ba5888417 Mon Sep 17 00:00:00 2001 From: Tasso Evangelista Date: Sat, 27 Apr 2019 16:38:48 -0300 Subject: [PATCH] Force unstyling of blockquote under .message-body--unstyled --- app/theme/client/imports/components/messages.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/theme/client/imports/components/messages.css b/app/theme/client/imports/components/messages.css index a1542ccdf027..01ddccf00d38 100644 --- a/app/theme/client/imports/components/messages.css +++ b/app/theme/client/imports/components/messages.css @@ -121,6 +121,8 @@ padding: unset !important; + vertical-align: unset !important; + white-space: unset !important; color: inherit !important; @@ -132,6 +134,13 @@ font-family: inherit !important; font-weight: unset !important; + + line-height: unset !important; + + &::before, + &::after { + content: unset !important; + } } & a {