Commit 7793417206fcb62b8de156bcb8beeb4c10b371d9

Authored by Dmitriy Zaporozhets
1 parent fd8a165d

Fix note body align

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/assets/stylesheets/sections/notes.scss
... ... @@ -94,7 +94,7 @@ ul.notes {
94 94 }
95 95 .note-body {
96 96 @include md-typography;
97   - margin-left: 45px;
  97 + margin-left: 43px;
98 98 }
99 99 .note-header {
100 100 padding-bottom: 3px;
... ...