Skip to content

Commit

Permalink
[FIX] Quote message spacing (#25613)
Browse files Browse the repository at this point in the history
* fix: default margins for outer quote

* fix: Removing condition to style differently the inner quote

* fix: updating yarn.lock
  • Loading branch information
hugocostadev committed May 26, 2022
1 parent 2452448 commit cbb0844
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -54,7 +54,7 @@ export const QuoteAttachment: FC<MessageQuoteAttachment> = ({
</Attachment.Author>
<MarkdownText parseEmoji variant='document' content={text} />
{attachments && (
<Attachment.Inner mbe='-12px'>
<Attachment.Inner>
<Attachments attachments={attachments} />
</Attachment.Inner>
)}
Expand Down

0 comments on commit cbb0844

Please sign in to comment.