[frio] Fix code block display
This commit is contained in:
parent
e09c55527c
commit
5efab810f5
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ blockquote {
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
code {
|
||||||
|
white-space: pre;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* standard page elements
|
* standard page elements
|
||||||
|
|
Loading…
Reference in a new issue