From f4644db6c21820c95d4a0ddae7b2fc343b05ba7d Mon Sep 17 00:00:00 2001 From: Drina_Rincon Date: Fri, 22 Apr 2022 14:30:07 -0300 Subject: [PATCH] Agregar markdown al quote y padding entre la transition --- src/components/quote/Quote.js | 4 ++-- src/components/quote/quote.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/quote/Quote.js b/src/components/quote/Quote.js index f7f93f1a..b7d8b8a0 100644 --- a/src/components/quote/Quote.js +++ b/src/components/quote/Quote.js @@ -18,7 +18,7 @@ const Quote = ({ return (
-
+
{(image && !videoUrl) && (

{title}

-

{description}

+ {profile && (
diff --git a/src/components/quote/quote.scss b/src/components/quote/quote.scss index c07cb102..57395bca 100644 --- a/src/components/quote/quote.scss +++ b/src/components/quote/quote.scss @@ -31,7 +31,7 @@ &-text { margin-bottom: 0; display: -webkit-box; - -webkit-line-clamp: 6; + -webkit-line-clamp: 7; -webkit-box-orient: vertical; overflow: hidden; }