Skip to content

Commit

Permalink
Merge pull request #192 from DavitBakhutashvili/fix/addWordSpacing
Browse files Browse the repository at this point in the history
fix: Added margin between TypographyPrimary components to create space
  • Loading branch information
Chkhikvadze authored Oct 1, 2023
2 parents 4af78d5 + d78145c commit 59b8460
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ const StyledTextWrapper = styled.div`
display: flex;
align-items: center;
flex-wrap: wrap;
& > * {
margin-right: 5px;
}
`

const StyledMentionText = styled.div`
Expand Down

0 comments on commit 59b8460

Please sign in to comment.