code chunks css: fix line height

This commit is contained in:
Dean Attali 2020-09-12 20:35:13 -04:00 committed by GitHub
parent 253bad1a95
commit 12c5c85584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -860,7 +860,7 @@ pre code {
pre {
font-size: 0.875rem;
line-height: 1.5;
line-height: 1.5em;
border-radius: 0.25rem;
padding: 0.59375rem;
}