Skip to content

Commit

Permalink
fix RE-275 styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenari committed Jun 21, 2023
1 parent f95e5d2 commit f36f165
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/design-system/src/blocks/Bubble/renderFragment.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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; */
Expand Down

0 comments on commit f36f165

Please sign in to comment.