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:
parent
67d4123608
commit
8b5a99d494
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user