summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/sections/commits.scss4
-rw-r--r--app/views/projects/commit/_commit_box.html.haml2
2 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/sections/commits.scss b/app/assets/stylesheets/sections/commits.scss
index 812587a2ee6..dd96e6fd63d 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 646791773b2..62ef2871096 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