1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-25 19:11:47 +02:00

Merge branch '3.2.x'

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

View File

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