Merge pull request #230 from JonnyDaenen/patch-1

Fix gist rendering
This commit is contained in:
Radek Kozieł 2021-11-01 14:43:48 +01:00 committed by GitHub
commit 074b49d296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}