mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed horizontal scrolling issue in code blocks in emails
This commit is contained in:
parent
f44c86c937
commit
808143e005
1 changed files with 1 additions and 0 deletions
|
@ -263,6 +263,7 @@ code {
|
|||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
overflow: auto;
|
||||
background: #15212A;
|
||||
padding: 15px;
|
||||
border-radius: 3px;
|
||||
|
|
Loading…
Add table
Reference in a new issue