1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Added title bar and fixed editor scrolling bug

This commit is contained in:
Laurent Cozic
2017-11-10 20:12:38 +00:00
parent 21f50a14c5
commit 2b1d5ff726
4 changed files with 61 additions and 27 deletions

View File

@@ -272,7 +272,7 @@ class MdToHtml {
background-color: ` + style.htmlBackgroundColor + `;
font-family: sans-serif;
}
p, h1, h2, h3, h4, ul {
p, h1, h2, h3, h4, ul, table {
margin-top: 0;
margin-bottom: 14px;
}