diff options
author | Matt Friedman <maf675@gmail.com> | 2017-01-30 08:48:42 -0800 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2017-01-30 08:48:42 -0800 |
commit | 35b7e95098cecdb54345fa2b08e8d82aa4752cb2 (patch) | |
tree | 8af5217a21544b2693866392bb9622c1d5262672 /phpBB/styles/prosilver/theme | |
parent | c3b7332ea854df03c2773b34df563d3e26ad8002 (diff) | |
download | forums-35b7e95098cecdb54345fa2b08e8d82aa4752cb2.tar forums-35b7e95098cecdb54345fa2b08e8d82aa4752cb2.tar.gz forums-35b7e95098cecdb54345fa2b08e8d82aa4752cb2.tar.bz2 forums-35b7e95098cecdb54345fa2b08e8d82aa4752cb2.tar.xz forums-35b7e95098cecdb54345fa2b08e8d82aa4752cb2.zip |
[ticket/15059] Preserve code line breaks and scroll overflow
PHPBB3-15059
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r-- | phpBB/styles/prosilver/theme/content.css | 2 |
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 { |