mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.2.x'
* 3.2.x: [ticket/15059] Preserve code line breaks and scroll overflow
This commit is contained in:
commit
608cf8a38b
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue