From d739f45abbec700bfe28c7f2f61021d85917aae7 Mon Sep 17 00:00:00 2001 From: Bojan Mojsilovic Date: Mon, 15 Jan 2024 16:48:38 +0100 Subject: [PATCH] fix content position in promary note --- src/components/Note/NotePrimary/NotePrimary.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Note/NotePrimary/NotePrimary.module.scss b/src/components/Note/NotePrimary/NotePrimary.module.scss index d38524f..5836839 100644 --- a/src/components/Note/NotePrimary/NotePrimary.module.scss +++ b/src/components/Note/NotePrimary/NotePrimary.module.scss @@ -13,7 +13,7 @@ display: flex; flex-direction: column; margin-top: 12px; - margin-left: 0px; + margin-left: 2px; cursor: text;