Skip to content

Commit

Permalink
Change overflow behaviour for appendix tables (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
huijing committed Dec 17, 2021
1 parent d613e42 commit 658bda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local.css
Expand Up @@ -180,7 +180,7 @@ code { color: #A52A2A; }
font-weight: bold;
}

.appendix { overflow-x: scroll }
.appendix { overflow-x: auto }

table { border-collapse: collapse; }
table tr { border-bottom: 1px solid #ddd; }
Expand Down

0 comments on commit 658bda4

Please sign in to comment.