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