mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-27 13:36:06 +10:00
Make parent sha links nicer for merge commits.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user