Bugfix: frio - use white-space: pre-wrap for code elements
This commit is contained in:
parent
79ab2b5a86
commit
cf07a4413c
|
@ -88,7 +88,7 @@ blockquote {
|
|||
display: none !important;
|
||||
}
|
||||
code {
|
||||
white-space: pre;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue