Commit a7a50415 authored by Jacob Schatz's avatar Jacob Schatz Committed by Phil Hughes

Use line-height instead of height.

parent 53f23b5a
...@@ -25,9 +25,9 @@ ...@@ -25,9 +25,9 @@
} }
.commit-info-row { .commit-info-row {
height: 36px;
padding-top: 6px;
margin-bottom: 10px; margin-bottom: 10px;
line-height: 24px;
padding-top: 6px;
&.commit-info-row-header { &.commit-info-row-header {
line-height: 34px; line-height: 34px;
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
%span.btn.disabled.btn-grouped.hidden-xs %span.btn.disabled.btn-grouped.hidden-xs
= icon('comment') = icon('comment')
= @notes_count = @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 Browse Files
.dropdown.inline .dropdown.inline
%a.btn.btn-default.dropdown-toggle{ data: { toggle: "dropdown" } } %a.btn.btn-default.dropdown-toggle{ data: { toggle: "dropdown" } }
......
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