Skip to content

Commit

Permalink
Coy theme: Inherit pre's height on code, so it does not break on Down…
Browse files Browse the repository at this point in the history
…load page.
  • Loading branch information
Golmote committed Mar 19, 2018
1 parent 0460cad commit c6c7fd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/prism-coy.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ pre[class*="language-"]>code {

code[class*="language"] {
max-height: inherit;
height: inherit;
padding: 0 1em;
display: block;
overflow: auto;
Expand Down

0 comments on commit c6c7fd1

Please sign in to comment.