mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
commit
c45323863b
1 changed files with 2 additions and 0 deletions
|
@ -495,6 +495,8 @@ blockquote cite > div {
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
margin: 1em 0 1.2em 0;
|
margin: 1em 0 1.2em 0;
|
||||||
|
overflow-x: scroll;
|
||||||
|
word-wrap: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.codebox p {
|
.codebox p {
|
||||||
|
|
Loading…
Add table
Reference in a new issue