aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2017-02-05 17:50:35 +0100
committerTristan Darricau <github@nicofuma.fr>2017-02-05 17:50:35 +0100
commitc00647927493115571be06f6fca30bc8bdd9f85e (patch)
tree564ace126c2285e28419daa2706d0f1a659b0256
parent5cf1fc62dba085648d69ff855f4aceb1029d9668 (diff)
parent35b7e95098cecdb54345fa2b08e8d82aa4752cb2 (diff)
downloadforums-c00647927493115571be06f6fca30bc8bdd9f85e.tar
forums-c00647927493115571be06f6fca30bc8bdd9f85e.tar.gz
forums-c00647927493115571be06f6fca30bc8bdd9f85e.tar.bz2
forums-c00647927493115571be06f6fca30bc8bdd9f85e.tar.xz
forums-c00647927493115571be06f6fca30bc8bdd9f85e.zip
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
-rw-r--r--phpBB/styles/prosilver/theme/content.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index e7c0e177a6..dfb91891fa 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -493,6 +493,8 @@ blockquote.uncited {
padding: 3px;
border: 1px solid transparent;
font-size: 1em;
+ overflow-x: scroll;
+ word-wrap: normal;
}
.codebox p {