Commit ba33ed41 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix new-tag-btn align

parent fd033671
...@@ -91,3 +91,8 @@ ul.nav.nav-projects-tabs { ...@@ -91,3 +91,8 @@ ul.nav.nav-projects-tabs {
} }
} }
} }
.new-tag-btn {
position: relative;
top: -5px;
}
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
- if can? current_user, :push_code, @project - if can? current_user, :push_code, @project
.pull-right .pull-right
= link_to new_project_tag_path(@project), class: 'btn btn-create' do = link_to new_project_tag_path(@project), class: 'btn btn-create new-tag-btn' do
%i.icon-add-sign %i.icon-add-sign
New tag New tag
......
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