diff --git a/app/assets/stylesheets/sections/notes.scss b/app/assets/stylesheets/sections/notes.scss index bae1ac3..94b9ca3 100644 --- a/app/assets/stylesheets/sections/notes.scss +++ b/app/assets/stylesheets/sections/notes.scss @@ -135,11 +135,15 @@ ul.notes { background-color: $white; border-width: 1px 0; padding-top: 0; + + li { + padding: 5px; + } } } .reply-btn { - margin-top: 8px; + margin: 5px; } } -- libgit2 0.21.2