From 04164335e56fb71fd11cab7ad8da25660db9de89 Mon Sep 17 00:00:00 2001 From: Talha Mansoor Date: Fri, 5 Jul 2019 05:41:19 +0500 Subject: [PATCH] fix(gist): embedded Github gist are not laid out correctly fix #123 --- static/css/elegant.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/elegant.css b/static/css/elegant.css index 5220fc4a..8f6e1629 100644 --- a/static/css/elegant.css +++ b/static/css/elegant.css @@ -644,3 +644,7 @@ div.figure.align-left, .author_name { font-weight: bold; } +/* Github Gist */ +.gist table { + table-layout: initial; +}