Skip to content

Commit

Permalink
[docs] Fix table display
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jan 11, 2020
1 parent c5e67f8 commit 651bb7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/modules/components/MarkdownElement.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ const styles = theme => ({
'& table': {
// Trade display table for scroll overflow
display: 'block',
wordBreak: 'normal',
width: '100%',
overflowX: 'auto',
WebkitOverflowScrolling: 'touch', // iOS momentum scrolling.
Expand Down

0 comments on commit 651bb7b

Please sign in to comment.