Skip to content

Commit

Permalink
fix: dont break line
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowRunescape committed Nov 5, 2023
1 parent 2010d10 commit 3f4df10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Discord/StyledDiscord.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ const StyledDiscord = styled.div<StyledDiscordProps>`
flex: 1;
text-align: right;
color: #4e5058;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
img {
Expand Down Expand Up @@ -105,4 +108,4 @@ const StyledDiscord = styled.div<StyledDiscordProps>`
}
`

export default StyledDiscord;
export default StyledDiscord;

0 comments on commit 3f4df10

Please sign in to comment.