From 65bcc58261f18aa427fd36433520367e10c65a75 Mon Sep 17 00:00:00 2001 From: Siddhant Sehgal <35633575+coderrsid@users.noreply.github.com> Date: Tue, 24 Mar 2020 04:17:10 +0530 Subject: [PATCH] Desktop: Fixes #2824: Fixed top margin of toolbar (#2828) * Fixed_topmargin * Fixed todolist hover * Revert "Fixed todolist hover" This reverts commit 38a4da622e0c396c19aa2777a580e7c1d392a5aa. --- ElectronClient/gui/NoteText.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElectronClient/gui/NoteText.jsx b/ElectronClient/gui/NoteText.jsx index 6e501ac368..5f1a2d41d6 100644 --- a/ElectronClient/gui/NoteText.jsx +++ b/ElectronClient/gui/NoteText.jsx @@ -2026,7 +2026,7 @@ class NoteTextComponent extends React.Component { }; const toolbarStyle = { - marginTop: 3, + marginTop: 4, marginBottom: 0, };