fix: fix formatting of nested code blocks (#75)

This commit is contained in:
Robert Kaussow 2021-02-23 09:55:39 +01:00 committed by GitHub
parent dc8740d28c
commit 10e95b8c7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@
padding: 0.2em 0.4em;
}
> pre code {
pre code {
display: block;
padding: 1rem;
width: 100%;