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
1 merge request!1427UI changes to the project view, empty project and project list new project button
Pipeline #
Loading
@@ -243,11 +243,6 @@
Loading
@@ -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;
Loading
@@ -300,3 +295,8 @@
Loading
@@ -300,3 +295,8 @@
} }
} }
} }
.fa-align {
top: 20px;
position: relative;
}
\ No newline at end of file
Loading
@@ -5,7 +5,7 @@
Loading
@@ -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)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment