Skip to content
Snippets Groups Projects
Commit ce49e49b authored by Andrey's avatar Andrey
Browse files

edit action allign

parent 12acf15c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -243,11 +243,6 @@
}
}
 
.pull-right .light .fa-pencil {
top: 20px;
position: relative;
}
@mixin input-big {
height: 36px;
padding: 5px 10px;
Loading
Loading
@@ -300,3 +295,8 @@
}
}
}
.fa-align {
top: 20px;
position: relative;
}
\ No newline at end of file
Loading
Loading
@@ -5,7 +5,7 @@
 
- 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
%i.fa.fa-pencil
%i.fa-align.fa.fa-pencil
.wiki
= cache(readme_cache_key) do
= render_readme(readme)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment