Skip to content

Commit

Permalink
Fixing coy theme + line numbers plugin when used in conjunction with …
Browse files Browse the repository at this point in the history
…bootstrap.
  • Loading branch information
AnujRNair committed Sep 9, 2015
1 parent 1df5ce8 commit 47bf31a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion themes/prism-coy.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ pre[class*="language-"] {
background-origin: content-box;
overflow: visible;
max-height: 30em;
padding: 0;
}

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

0 comments on commit 47bf31a

Please sign in to comment.