1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-24 23:26:50 +02:00

Electron: Fixes #639: Make sure text wraps when printing or exporting as PDF

This commit is contained in:
Laurent Cozic
2018-06-25 23:32:18 +01:00
parent 1c78722573
commit db6878b978

View File

@ -558,6 +558,10 @@ class MdToHtml {
left: -0.02em; left: -0.02em;
color: ` + style.htmlColor + `; color: ` + style.htmlColor + `;
} }
pre {
white-space: pre-wrap;
}
} }
`; `;