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