From f36f165400651067d76f12230ed911de8dced63c Mon Sep 17 00:00:00 2001 From: Tenari Date: Wed, 21 Jun 2023 13:57:18 -0500 Subject: [PATCH] fix RE-275 styling --- lib/design-system/src/blocks/Bubble/renderFragment.styles.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/design-system/src/blocks/Bubble/renderFragment.styles.tsx b/lib/design-system/src/blocks/Bubble/renderFragment.styles.tsx index af10774289..09bb2cb515 100644 --- a/lib/design-system/src/blocks/Bubble/renderFragment.styles.tsx +++ b/lib/design-system/src/blocks/Bubble/renderFragment.styles.tsx @@ -31,8 +31,6 @@ export const FragmentBlock = styled(motion.span)` min-width: 0px; max-width: 100%; position: relative; - display: flex; - flex-direction: column; gap: 4px; blockquote { @@ -104,7 +102,6 @@ export const FragmentReplyTo = styled(motion.blockquote)` export const FragmentInlineCode = styled(FragmentBase)` font-family: 'Fira Code', monospace; border-radius: 4px; - display: flex; max-width: 100%; word-break: break-all; /* padding: 0px 3px; */