diff --git a/app/assets/stylesheets/sections/commits.scss b/app/assets/stylesheets/sections/commits.scss index 812587a..dd96e6f 100644 --- a/app/assets/stylesheets/sections/commits.scss +++ b/app/assets/stylesheets/sections/commits.scss @@ -437,3 +437,7 @@ border: none; margin: 0; } + +.ui-box.commit-box { + margin-top: 0; +} diff --git a/app/views/projects/commit/_commit_box.html.haml b/app/views/projects/commit/_commit_box.html.haml index 6467917..62ef287 100644 --- a/app/views/projects/commit/_commit_box.html.haml +++ b/app/views/projects/commit/_commit_box.html.haml @@ -1,4 +1,4 @@ -.ui-box.ui-box-show +.ui-box.ui-box-show.commit-box .ui-box-head .pull-right - if @notes_count > 0 -- libgit2 0.21.2