Commit eb7072de authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix avatar margin for files view

parent 2db94109
...@@ -65,11 +65,6 @@ ...@@ -65,11 +65,6 @@
.tree_author { .tree_author {
padding-right: 8px; padding-right: 8px;
img.avatar {
margin-top: 0;
width: 16px;
}
} }
.tree_commit { .tree_commit {
......
%span.tree_author= commit_author_link(commit, avatar: true) %span.tree_author= commit_author_link(commit, avatar: true, size: 16)
= link_to_gfm truncate(commit.title, length: 80), project_commit_path(@project, commit.id), class: "tree-commit-link" = link_to_gfm truncate(commit.title, length: 80), project_commit_path(@project, commit.id), class: "tree-commit-link"
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