mirror of
https://github.com/friendica/friendica
synced 2024-11-10 14:22:54 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ blockquote {
|
|||
display: none !important;
|
||||
}
|
||||
code {
|
||||
white-space: pre;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue