1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-13 22:12:50 +02:00

Desktop: Fixes #2824: Fixed top margin of toolbar (#2828)

* Fixed_topmargin

* Fixed todolist hover

* Revert "Fixed todolist hover"

This reverts commit 38a4da622e.
This commit is contained in:
Siddhant Sehgal
2020-03-24 04:17:10 +05:30
committed by GitHub
parent 9749a2b9b7
commit 65bcc58261

View File

@@ -2026,7 +2026,7 @@ class NoteTextComponent extends React.Component {
};
const toolbarStyle = {
marginTop: 3,
marginTop: 4,
marginBottom: 0,
};