Skip to content

Commit f052a6c

Browse files
committed
fix 1452: cause tables to scroll when wide
1 parent 224edc4 commit f052a6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/css/beautifuljekyll.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -831,6 +831,8 @@ nav.top-nav-short-permanent ~ header > .intro-header.big-img {
831831

832832
table {
833833
padding: 0;
834+
overflow-x: auto;
835+
display: block;
834836
}
835837
table tr {
836838
border-top: 1px solid #cccccc;

0 commit comments

Comments
 (0)