Merge pull request #31 from jepler/reduce-code-block-jank
Show code blocks at full height
This commit is contained in:
commit
2995b1e1aa
1 changed files with 3 additions and 0 deletions
|
|
@ -36,6 +36,9 @@ Markdown:focus-within {
|
|||
Markdown {
|
||||
border-left: heavy transparent;
|
||||
}
|
||||
MarkdownFence {
|
||||
max-height: 9999;
|
||||
}
|
||||
Footer {
|
||||
dock: top;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue