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

* Fixed_topmargin

* Fixed todolist hover

* Revert "Fixed todolist hover"

This reverts commit 38a4da622e.
pull/2845/head
Siddhant Sehgal 2020-03-24 04:17:10 +05:30 committed by GitHub
parent 9749a2b9b7
commit 65bcc58261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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