1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-25 20:45:16 +02:00

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

PHPBB3-15059
This commit is contained in:
Matt Friedman
2017-01-30 08:48:42 -08:00
parent c3b7332ea8
commit 35b7e95098

View File

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