Merge pull request #2943 from rabuzarus/berlin_frio_fix_code_wrap
Bugfix: frio - use white-space: pre-wrap for code elements
This commit is contained in:
commit
ef3c87b487
|
@ -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