Fix white-space styles for pre code blocks
Signed-off-by: Robert Korulczyk <robert@korulczyk.pl>
This commit is contained in:
committed by
Julius Härtl
parent
857e22a8c9
commit
0cc322f133
@@ -1053,6 +1053,10 @@ input.input-inline {
|
|||||||
pre {
|
pre {
|
||||||
background-color: $color-lightgrey;
|
background-color: $color-lightgrey;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
|
|
||||||
|
code {
|
||||||
|
white-space: pre;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user