Skip to content
Snippets Groups Projects
Commit 41c2ea9b authored by Phil Hughes's avatar Phil Hughes
Browse files

Vertical alignment of buttons in commit row

parent e5a83a9a
No related branches found
No related tags found
Loading
Loading
Loading
@@ -20,8 +20,8 @@
}
 
.commit-row-title {
line-height: 20px;
margin-bottom: 2px;
line-height: 1;
margin-bottom: 6px;
 
.notes_count {
float: right;
Loading
Loading
@@ -115,7 +115,7 @@
 
.commit-row-info {
color: $gl-gray;
line-height: 24px;
line-height: 1;
 
a {
color: $gl-gray;
Loading
Loading
Loading
Loading
@@ -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"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment