You've already forked joplin
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:
@ -558,6 +558,10 @@ class MdToHtml {
|
|||||||
left: -0.02em;
|
left: -0.02em;
|
||||||
color: ` + style.htmlColor + `;
|
color: ` + style.htmlColor + `;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user