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:
parent
82f5e26ef4
commit
d24a974219
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user