Don't apply <pre> styles to <code> tags

This commit is contained in:
copernicus-mogley 2020-01-24 13:24:02 +01:00 committed by Daira Hopwood
parent b506217b2b
commit 3a0c82234f
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ p, li {
line-height: 1.625;
}
pre, code {
pre {
white-space: pre-line;
overflow-x: auto;
font-size: 0.875rem;