From 7793417206fcb62b8de156bcb8beeb4c10b371d9 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 9 Apr 2014 21:26:11 +0300 Subject: Fix note body align Signed-off-by: Dmitriy Zaporozhets --- 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 95095857d0f..cfd5d5d9424 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; -- cgit v1.2.1