1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +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

@ -203,7 +203,7 @@ class NoteTextComponent extends React.Component {
webviewReady: true,
});
//this.webview_.openDevTools();
this.webview_.openDevTools();
}
webview_ref(element) {

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 {