From d530258efe4e3b9554c84eb98f6037867fffd55e Mon Sep 17 00:00:00 2001
From: Thomas Steur <tsteur@users.noreply.github.com>
Date: Fri, 9 Dec 2016 16:17:36 +1300
Subject: [PATCH] Fix block quotes are not shown correctly in plugin details
 (#10988)

See Funnels plugin where the first part is a block quote
---
 plugins/Marketplace/stylesheets/plugin-details.less | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/plugins/Marketplace/stylesheets/plugin-details.less b/plugins/Marketplace/stylesheets/plugin-details.less
index 445dcc7d21..46ca2b7526 100644
--- a/plugins/Marketplace/stylesheets/plugin-details.less
+++ b/plugins/Marketplace/stylesheets/plugin-details.less
@@ -25,6 +25,12 @@
         background-position: center;
     }
 
+    blockquote {
+        margin: 20px 0;
+        padding-left: 1.5rem;
+        border-left: 5px solid #ee6e73;
+    }
+
     .tab-content ul, .tab-content ol {
         list-style: initial;
         padding-left: 20px;
-- 
GitLab