Commit d9ba277ee1f175ef67e1e9358804d0727bf455ce

Authored by Arthur Schreiber
1 parent c530543c

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 1 .commit-head {
2 2 @extend .well;
  3 + @extend .clearfix;
3 4  
4 5 padding: 14px;
5 6 padding-bottom: 8px;
  7 + line-height: 24px;
6 8  
7 9 .browse-button {
8 10 @extend .btn;
... ... @@ -23,6 +25,10 @@
23 25 margin-left: 10px
24 26 }
25 27  
  28 + &.merge-commit .sha-block {
  29 + clear: right;
  30 + }
  31 +
26 32 .committer {
27 33 padding-left: 32px;
28 34 }
... ...