[Release] Fix inline code block nowrap issue (#7407)

pull/21833/head
Michael Telatynski 2021-12-17 16:41:23 +00:00 committed by GitHub
parent 3bf85a05a9
commit 3dde039831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ $left-gutter: 64px;
} }
code { code {
white-space: pre; // don't collapse spaces in inline code blocks white-space: pre-wrap; // don't collapse spaces in inline code blocks
} }
} }