mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 06:34:39 -04:00
Fix gist-embed styles conflicts
This commit is contained in:
parent
00e284584e
commit
cf8bae32d1
1 changed files with 13 additions and 0 deletions
|
@ -82,6 +82,19 @@
|
||||||
content: ''
|
content: ''
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown-body code[data-gist-id] .blob-num {
|
||||||
|
border: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-body code[data-gist-id] table {
|
||||||
|
overflow: unset;
|
||||||
|
margin-bottom: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-body code[data-gist-id] table tr {
|
||||||
|
background: unset;
|
||||||
|
}
|
||||||
|
|
||||||
/*fixed style for rtl in pre and code*/
|
/*fixed style for rtl in pre and code*/
|
||||||
|
|
||||||
.markdown-body[dir='rtl'] pre {
|
.markdown-body[dir='rtl'] pre {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue