Skip to content

Commit

Permalink
fix: set overflowWrap to anywhere (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yazawazi authored Oct 4, 2022
1 parent 9c5c57d commit 6d10db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/typeRegistry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export function predefined (): DataType<any>[] {
<Box
component='span'
sx={{
overflowWrap: 'break-word',
overflowWrap: 'anywhere',
cursor: hasRest ? 'pointer' : 'inherit'
}}
onClick={() => {
Expand Down

0 comments on commit 6d10db3

Please sign in to comment.