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:
Tobias Diekershoff 2016-11-20 06:38:45 +01:00 committed by GitHub
commit ef3c87b487
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ blockquote {
display: none !important;
}
code {
white-space: pre;
white-space: pre-wrap;
}
/*