Skip to content

Commit

Permalink
Break words to avoid overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Damer committed Nov 30, 2023
1 parent a704688 commit 2d2226d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helpers/renderReactStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const rootContainer = {
flexDirection: 'column' as const,
height: 630,
width: 1200,
wordBreak: 'break-word' as const,
}

export const logoContainer = {
Expand Down

0 comments on commit 2d2226d

Please sign in to comment.