Merge pull request #49 from slashformotion/fix-code-block-width

Fix code block width in list
This commit is contained in:
Théophile Roos 2022-01-30 17:29:18 +01:00 committed by GitHub
commit 19cc7a85d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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%;
}