Commit 41c2ea9b authored by Phil Hughes's avatar Phil Hughes

Vertical alignment of buttons in commit row

parent e5a83a9a
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment