Skip to content

Commit

Permalink
Fix: Allow pathline to wrap (#1125)
Browse files Browse the repository at this point in the history
The "Pathline" breaks the responsive view if it gets too long as there will be a horizontal scrollbar
  • Loading branch information
derz authored and sapegin committed Sep 4, 2018
1 parent 1ec5e06 commit 087e7b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rsg-components/Pathline/PathlineRenderer.js
Expand Up @@ -10,6 +10,7 @@ export const styles = ({ space, fontFamily, fontSize, color }) => ({
fontFamily: fontFamily.monospace,
fontSize: fontSize.small,
color: color.light,
wordBreak: 'break-all'
},
copyButton: {
marginLeft: space[0],
Expand Down

0 comments on commit 087e7b8

Please sign in to comment.