1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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