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

Vertical alignment of buttons in commit row

parent e5a83a9a
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
} }
.commit-row-title { .commit-row-title {
line-height: 20px; line-height: 1;
margin-bottom: 2px; margin-bottom: 6px;
.notes_count { .notes_count {
float: right; float: right;
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
.commit-row-info { .commit-row-info {
color: $gl-gray; color: $gl-gray;
line-height: 24px; line-height: 1;
a { a {
color: $gl-gray; color: $gl-gray;
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
= cache(cache_key) do = cache(cache_key) do
%li.commit.js-toggle-container{ id: "commit-#{commit.short_id}" } %li.commit.js-toggle-container{ id: "commit-#{commit.short_id}" }
= commit_author_avatar(commit) = commit_author_avatar(commit, size: 36)
.commit-row-title .commit-row-title
%span.item-title %span.item-title
= link_to_gfm commit.title, namespace_project_commit_path(project.namespace, project, commit.id), class: "commit-row-message" = 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