Merge pull request #4681 from VSEphpbb/ticket/15059

[ticket/15059] Preserve code line breaks and scroll overflow

* VSEphpbb/ticket/15059:
  [ticket/15059] Preserve code line breaks and scroll overflow
This commit is contained in:
Tristan Darricau 2017-02-05 17:50:35 +01:00
commit c006479274
No known key found for this signature in database
GPG key ID: 817043C2E29DB881

View file

@ -493,6 +493,8 @@ blockquote.uncited {
padding: 3px; padding: 3px;
border: 1px solid transparent; border: 1px solid transparent;
font-size: 1em; font-size: 1em;
overflow-x: scroll;
word-wrap: normal;
} }
.codebox p { .codebox p {