diff options
author | zotlabs <mike@macgirvin.com> | 2018-06-24 21:56:58 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-06-24 21:56:58 -0700 |
commit | 4866ed52836028008af795da65faa2c0cd6e5df2 (patch) | |
tree | 796dfcaa5e54b98e7013816a8781ddd9009845b1 /view | |
parent | 86e93664d02cecb2fc27584135961cf121f283b9 (diff) | |
download | volse-hubzilla-4866ed52836028008af795da65faa2c0cd6e5df2.tar.gz volse-hubzilla-4866ed52836028008af795da65faa2c0cd6e5df2.tar.bz2 volse-hubzilla-4866ed52836028008af795da65faa2c0cd6e5df2.zip |
remove the white-space pre-wrap property on code blocks. This should probably be done with the word-break property instead
Diffstat (limited to 'view')
-rw-r--r-- | view/css/conversation.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 0f69ffaba..e6324b30d 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -297,7 +297,6 @@ code { font-size: 1em; padding: 1em 1.5em; display: block; - white-space: pre-wrap; } code.inline-code { |