mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
Vertical alignment of buttons in commit row
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
}
|
||||
|
||||
.commit-row-title {
|
||||
line-height: 20px;
|
||||
margin-bottom: 2px;
|
||||
line-height: 1;
|
||||
margin-bottom: 6px;
|
||||
|
||||
.notes_count {
|
||||
float: right;
|
||||
@@ -115,7 +115,7 @@
|
||||
|
||||
.commit-row-info {
|
||||
color: $gl-gray;
|
||||
line-height: 24px;
|
||||
line-height: 1;
|
||||
|
||||
a {
|
||||
color: $gl-gray;
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
= cache(cache_key) do
|
||||
%li.commit.js-toggle-container{ id: "commit-#{commit.short_id}" }
|
||||
= commit_author_avatar(commit)
|
||||
= commit_author_avatar(commit, size: 36)
|
||||
.commit-row-title
|
||||
%span.item-title
|
||||
= link_to_gfm commit.title, namespace_project_commit_path(project.namespace, project, commit.id), class: "commit-row-message"
|
||||
|
||||
Reference in New Issue
Block a user