Skip to content
Snippets Groups Projects
Unverified Commit cbb0844c authored by Hugo Costa's avatar Hugo Costa Committed by GitHub
Browse files

[FIX] Quote message spacing (#25613)

* fix: default margins for outer quote

* fix: Removing condition to style differently the inner quote

* fix: updating yarn.lock
parent 2452448e
No related branches found
No related tags found
No related merge requests found
......@@ -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>
)}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment