Fix pre styles

This commit is contained in:
copernicus-mogley 2020-01-23 14:14:11 +01:00 committed by Daira Hopwood
parent 2c84f207dc
commit fc0cb8af7c
1 changed files with 1 additions and 4 deletions

View File

@ -545,11 +545,8 @@ p, li {
line-height: 1.625;
}
pre, li {
white-space: pre-line;
}
pre {
white-space: pre-line;
overflow-x: auto;
}