fix padding in commit info
This commit is contained in:
parent
ebdc7f11d9
commit
2580e19812
2 changed files with 5 additions and 1 deletions
|
@ -213,6 +213,10 @@ table {
|
|||
border-bottom: 1px solid $well-inner-border;
|
||||
}
|
||||
}
|
||||
|
||||
.badge.badge-gray {
|
||||
background-color: $well-expand-item;
|
||||
}
|
||||
}
|
||||
|
||||
.card {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
- if @branches.any? || @tags.any? || @tags_limit_exceeded
|
||||
%span
|
||||
= link_to "#", class: "js-details-expand label label-gray ref-name" do
|
||||
= link_to "#", class: "js-details-expand badge badge-gray ref-name" do
|
||||
= sprite_icon('ellipsis_h', size: 12, css_class: 'vertical-align-middle')
|
||||
%span.js-details-content.hide
|
||||
= commit_branches_links(@project, @branches)
|
||||
|
|
Loading…
Reference in a new issue