Vertical alignment of buttons in commit row

This commit is contained in:
Phil Hughes
2016-06-08 10:11:44 +01:00
parent e5a83a9a94
commit 41c2ea9b7a
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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;
+1 -1
View File
@@ -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"