forked from mirrors/hugo-tufte
Merge pull request #49 from slashformotion/fix-code-block-width
Fix code block width in list
This commit is contained in:
commit
19cc7a85d2
1 changed files with 5 additions and 0 deletions
|
@ -57,3 +57,8 @@ $ht-code-border-radius: .4em;
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// fix #48 => https://github.com/slashformotion/hugo-tufte/issues/48
|
||||||
|
ul>li>div.highlight {
|
||||||
|
width: 100%;
|
||||||
|
}
|
Loading…
Reference in a new issue