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:
parent
fea29b95de
commit
5ddd1fc1b2
@ -203,7 +203,7 @@ class NoteTextComponent extends React.Component {
|
||||
webviewReady: true,
|
||||
});
|
||||
|
||||
//this.webview_.openDevTools();
|
||||
this.webview_.openDevTools();
|
||||
}
|
||||
|
||||
webview_ref(element) {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user