Commit d9ba277ee1f175ef67e1e9358804d0727bf455ce
1 parent
c530543c
Exists in
master
and in
4 other branches
Make parent sha links nicer for merge commits.
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
app/assets/stylesheets/sections/commits.scss
1 | .commit-head { | 1 | .commit-head { |
2 | @extend .well; | 2 | @extend .well; |
3 | + @extend .clearfix; | ||
3 | 4 | ||
4 | padding: 14px; | 5 | padding: 14px; |
5 | padding-bottom: 8px; | 6 | padding-bottom: 8px; |
7 | + line-height: 24px; | ||
6 | 8 | ||
7 | .browse-button { | 9 | .browse-button { |
8 | @extend .btn; | 10 | @extend .btn; |
@@ -23,6 +25,10 @@ | @@ -23,6 +25,10 @@ | ||
23 | margin-left: 10px | 25 | margin-left: 10px |
24 | } | 26 | } |
25 | 27 | ||
28 | + &.merge-commit .sha-block { | ||
29 | + clear: right; | ||
30 | + } | ||
31 | + | ||
26 | .committer { | 32 | .committer { |
27 | padding-left: 32px; | 33 | padding-left: 32px; |
28 | } | 34 | } |