Skip to content

Commit

Permalink
fix: correctly break strings for long values so size remains within b…
Browse files Browse the repository at this point in the history
…ounds
  • Loading branch information
Aeolun committed Jan 23, 2023
1 parent 79cf39a commit cfa5de1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ export default (
const wordDiff = css({
padding: 2,
display: 'inline-flex',
borderRadius: 1,
borderRadius: 4,
wordBreak: 'break-all',
label: 'word-diff',
});

Expand Down

0 comments on commit cfa5de1

Please sign in to comment.