fix: remove table formatting from github gists (#416)
* fix: fix CSS issue with gist embeds * Addressing PR comments * remove newline * simplify selector and add example * fix spellcheck * fix markdownlint Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
This commit is contained in:
parent
f1457b86fa
commit
61ef82104e
4 changed files with 19 additions and 5 deletions
|
@ -131,7 +131,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
table:not(.lntable) {
|
||||
table:not(.lntable):not(.highlight) {
|
||||
display: table;
|
||||
border-spacing: 0;
|
||||
border-collapse: collapse;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue