Skip to content

Commit

Permalink
Merge pull request #313 from apollo79/main
Browse files Browse the repository at this point in the history
break long words in property editor
  • Loading branch information
riccardoperra authored Jul 26, 2022
2 parents ed9671c + 79622d6 commit 6998146
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ export const titleWrapper = style([
paddingLeft: '15px',
alignItems: 'center',
userSelect: 'none',
hyphens: 'auto', // ???
wordBreak: 'break-word',
},
},
},
Expand Down

0 comments on commit 6998146

Please sign in to comment.