提交 a7a50415 编写于 作者: J Jacob Schatz 提交者: Phil Hughes

Use line-height instead of height.

上级 53f23b5a
......@@ -25,9 +25,9 @@
}
.commit-info-row {
height: 36px;
padding-top: 6px;
margin-bottom: 10px;
line-height: 24px;
padding-top: 6px;
&.commit-info-row-header {
line-height: 34px;
......
......@@ -9,7 +9,7 @@
%span.btn.disabled.btn-grouped.hidden-xs
= icon('comment')
= @notes_count
= link_to namespace_project_tree_path(@project.namespace, @project, @commit), class: "btn btn-grouped hidden-xs hidden-sm" do
= link_to namespace_project_tree_path(@project.namespace, @project, @commit), class: "btn btn-default append-right-10 hidden-xs hidden-sm" do
Browse Files
.dropdown.inline
%a.btn.btn-default.dropdown-toggle{ data: { toggle: "dropdown" } }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册