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

Desktop: fixes long lines warpped (#2447)

This commit is contained in:
Amit singh
2020-02-06 03:05:37 +05:30
committed by GitHub
parent 82f5e26ef4
commit d24a974219

View File

@ -14,6 +14,7 @@ module.exports = function(style, options) {
body {
font-size: ${style.htmlFontSize};
color: ${style.htmlColor};
word-wrap: break-word;
line-height: ${style.htmlLineHeight};
background-color: ${style.htmlBackgroundColor};
font-family: ${fontFamily};