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;