Skip to content

Commit

Permalink
fix($default-theme): table tag cannot scroll horizontally (close: #518)…
Browse files Browse the repository at this point in the history
… (#519)
  • Loading branch information
jonkofee authored and ulivz committed May 29, 2018
1 parent ffe12b9 commit e9cdee7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/default-theme/styles/theme.styl
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ hr
table
border-collapse collapse
margin 1rem 0
display: block
overflow-x: auto

tr
border-top 1px solid #dfe2e5
Expand Down

0 comments on commit e9cdee7

Please sign in to comment.