summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/sections/commits.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/sections/commits.scss b/app/assets/stylesheets/sections/commits.scss
index a24fa4d9fe6..60f43297c1b 100644
--- a/app/assets/stylesheets/sections/commits.scss
+++ b/app/assets/stylesheets/sections/commits.scss
@@ -1,8 +1,10 @@
.commit-head {
@extend .well;
+ @extend .clearfix;
padding: 14px;
padding-bottom: 8px;
+ line-height: 24px;
.browse-button {
@extend .btn;
@@ -23,6 +25,10 @@
margin-left: 10px
}
+ &.merge-commit .sha-block {
+ clear: right;
+ }
+
.committer {
padding-left: 32px;
}