0
Fork 0
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:
Djordje Vlaisavljevic 2022-03-18 15:25:54 +01:00
parent f44c86c937
commit 808143e005

View file

@ -263,6 +263,7 @@ code {
pre {
white-space: pre-wrap;
overflow: auto;
background: #15212A;
padding: 15px;
border-radius: 3px;