1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

Fixed padding on top of editor

This commit is contained in:
Laurent Cozic
2017-11-10 00:07:37 +00:00
parent fea29b95de
commit 5ddd1fc1b2
2 changed files with 2 additions and 2 deletions

View File

@ -273,7 +273,7 @@ class MdToHtml {
font-family: sans-serif;
}
p, h1, h2, h3, h4, ul {
margin-top: 14px;
margin-top: 0;
margin-bottom: 14px;
}
h1 {