Skip to content

Commit

Permalink
fix(gist): embedded Github gist are not laid out correctly
Browse files Browse the repository at this point in the history
fix #123
  • Loading branch information
talha131 committed Jul 5, 2019
1 parent 22784be commit 0416433
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/css/elegant.css
Original file line number Diff line number Diff line change
Expand Up @@ -644,3 +644,7 @@ div.figure.align-left,
.author_name {
font-weight: bold;
}
/* Github Gist */
.gist table {
table-layout: initial;
}

0 comments on commit 0416433

Please sign in to comment.