commit
074b49d296
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue