1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

Merge branch '3.1.x' into 3.2.x

* 3.1.x:
  [ticket/15059] Preserve code line breaks and scroll overflow
This commit is contained in:
Tristan Darricau
2017-02-05 17:51:53 +01:00

View File

@@ -495,6 +495,8 @@ blockquote cite > div {
border: 1px solid transparent;
font-size: 1em;
margin: 1em 0 1.2em 0;
overflow-x: scroll;
word-wrap: normal;
}
.codebox p {