Skip to content

Commit

Permalink
fix: wordwrap for anchors in table
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Aug 8, 2020
1 parent aa10951 commit 735a17d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/components/src/ThemeContext/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@ export const theme: ControlsTheme = {
mt: 2,
mb: 0,
},
a: {
wordWrap: 'break-word',
},
},
th: {
border: 'none',
Expand Down

0 comments on commit 735a17d

Please sign in to comment.