mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-11 18:24:43 +02:00
Desktop: Resolves #5256: Increase space between paragraphs in viewer and Rich Text editor to match Markdown editor
This commit is contained in:
parent
854b83039e
commit
5d176b5bc8
@ -79,7 +79,7 @@ export default function(theme: any) {
|
||||
|
||||
p, h1, h2, h3, h4, h5, h6, ul, table {
|
||||
margin-top: .6em;
|
||||
margin-bottom: .65em;
|
||||
margin-bottom: 1.35em;
|
||||
|
||||
/*
|
||||
Adds support for RTL text in the note body. It automatically detects the direction using the content.
|
||||
|
Loading…
Reference in New Issue
Block a user