Commit ce49e49b authored by Andrey's avatar Andrey

edit action allign

parent 12acf15c
...@@ -243,11 +243,6 @@ ...@@ -243,11 +243,6 @@
} }
} }
.pull-right .light .fa-pencil {
top: 20px;
position: relative;
}
@mixin input-big { @mixin input-big {
height: 36px; height: 36px;
padding: 5px 10px; padding: 5px 10px;
...@@ -300,3 +295,8 @@ ...@@ -300,3 +295,8 @@
} }
} }
} }
.fa-align {
top: 20px;
position: relative;
}
\ No newline at end of file
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
   
- if can?(current_user, :push_code, @project) - if can?(current_user, :push_code, @project)
= link_to namespace_project_edit_blob_path(@project.namespace, @project, tree_join(@repository.root_ref, readme.name)), class: 'light' do = link_to namespace_project_edit_blob_path(@project.namespace, @project, tree_join(@repository.root_ref, readme.name)), class: 'light' do
%i.fa.fa-pencil %i.fa-align.fa.fa-pencil
.wiki .wiki
= cache(readme_cache_key) do = cache(readme_cache_key) do
= render_readme(readme) = render_readme(readme)
......
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