diff --git a/assets/css/main.css b/assets/css/main.css index 3265044..d67be6e 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -193,7 +193,8 @@ blockquote { } } -table { +/* Fix for gist integration */ +table:not(.js-file-line-container) { table-layout: fixed; border-collapse: collapse; width: 100%; @@ -201,7 +202,8 @@ table { border-radius: 5px; } -table, th, td { +/* Fix for gist integration */ +table, th, td:not(.js-line-number) { border: 1px solid; padding: 10px; }