Skip to content

Commit 43b2ea3

Browse files
authored
fix: set overflowWrap to anywhere
1 parent 9c5c57d commit 43b2ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/typeRegistry.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export function predefined (): DataType<any>[] {
216216
<Box
217217
component='span'
218218
sx={{
219-
overflowWrap: 'break-word',
219+
overflowWrap: 'anywhere',
220220
cursor: hasRest ? 'pointer' : 'inherit'
221221
}}
222222
onClick={() => {

0 commit comments

Comments
 (0)