Skip to content

Commit 1120a1d

Browse files
committed
Bug Fix: Cause tables to scroll when wide
1 parent be79209 commit 1120a1d

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
@@ -834,6 +834,8 @@ nav.top-nav-short-permanent ~ header > .intro-header.big-img {
834834

835835
table {
836836
padding: 0;
837+
overflow-x: auto;
838+
display: block;
837839
}
838840
table tr {
839841
border-top: 1px solid #cccccc;

0 commit comments

Comments
 (0)