Skip to content

Commit

Permalink
Merge pull request #1822 from holium/RE-275
Browse files Browse the repository at this point in the history
fix RE-275 styling
  • Loading branch information
Tenari authored Jun 23, 2023
2 parents fe5b4af + f36f165 commit 74fff18
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

1 comment on commit 74fff18

@vercel
Copy link

@vercel vercel bot commented on 74fff18 Jun 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Tenari is attempting to deploy a commit to the Holium Team on Vercel.

To accomplish this, @Tenari needs to request access to the Team.

Afterwards, an owner of the Team is required to accept their membership request.

If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account.

Please sign in to comment.