Skip to content

Commit e9cdee7

Browse files
jonkofeeulivz
authored andcommitted
fix($default-theme): table tag cannot scroll horizontally (close: #518) (#519)
1 parent ffe12b9 commit e9cdee7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/default-theme/styles/theme.styl

+2
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ hr
150150
table
151151
border-collapse collapse
152152
margin 1rem 0
153+
display: block
154+
overflow-x: auto
153155

154156
tr
155157
border-top 1px solid #dfe2e5

0 commit comments

Comments
 (0)