Skip to content

Commit 7716880

Browse files
committed
Fix scroll for long table
1 parent 039f737 commit 7716880

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

browser/components/markdown.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ table
257257
display block
258258
width 100%
259259
margin 0 0 1em
260+
overflow-x auto
260261
thead
261262
tr
262263
background-color tableHeadBgColor

0 commit comments

Comments
 (0)