Fixing coy theme + line numbers plugin overflowing on long blocks of text

This commit is contained in:
Anuj Nair 2015-09-08 22:40:45 -07:00
parent 9c276ab5db
commit 1df5ce8b3e
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ pre[class*="language-"] {
}
code[class*="language"] {
max-height: inherit;
max-height: 28.5em;
height: 100%;
padding: 0 1em;
display: block;