mirror of
https://github.com/loikein/hugo-tufte.git
synced 2024-11-15 04:46:58 +01:00
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;
|
||||
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