From 7793417206fcb62b8de156bcb8beeb4c10b371d9 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 9 Apr 2014 21:26:11 +0300 Subject: [PATCH] Fix note body align --- app/assets/stylesheets/sections/notes.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/sections/notes.scss b/app/assets/stylesheets/sections/notes.scss index 9509585..cfd5d5d 100644 --- a/app/assets/stylesheets/sections/notes.scss +++ b/app/assets/stylesheets/sections/notes.scss @@ -94,7 +94,7 @@ ul.notes { } .note-body { @include md-typography; - margin-left: 45px; + margin-left: 43px; } .note-header { padding-bottom: 3px; -- libgit2 0.21.2