1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Desktop: Fixes #3553: Fixed viewer font size, in particular for inline code

This commit is contained in:
Laurent Cozic 2020-09-08 00:00:43 +01:00
parent 67d4123608
commit 8b5a99d494

View File

@ -19,7 +19,7 @@ module.exports = function(theme) {
b,strong{font-weight:bolder}small{font-size:80%}img{border-style:none}
body {
font-size: ${theme.noteViewerFontSize};
font-size: ${formatCssSize(theme.noteViewerFontSize)};
color: ${theme.color};
word-wrap: break-word;
line-height: ${theme.lineHeight};