Commit 1a41ea3e authored by Marcel van Remmerden's avatar Marcel van Remmerden

Fix button row margin on empty project

parent 9145f1dd
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
= _('The repository for this project is empty') = _('The repository for this project is empty')
- if @project.can_current_user_push_code? - if @project.can_current_user_push_code?
%p.gl-mb-0 %p
= _('You can get started by cloning the repository or start adding files to it with one of the following options.') = _('You can get started by cloning the repository or start adding files to it with one of the following options.')
.project-buttons.qa-quick-actions .project-buttons.qa-quick-actions
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
= render 'stat_anchor_list', anchors: @project.empty_repo_statistics_buttons, project_buttons: true = render 'stat_anchor_list', anchors: @project.empty_repo_statistics_buttons, project_buttons: true
- if can?(current_user, :push_code, @project) - if can?(current_user, :push_code, @project)
.empty-wrapper.gl-mt-7 .empty-wrapper.gl-mt-4
%h3#repo-command-line-instructions.page-title-empty %h3#repo-command-line-instructions.page-title-empty
= _('Command line instructions') = _('Command line instructions')
%p %p
......
--- ---
title: Fix alignment issue of clone button title: Fix button row margin on empty project
merge_request: 44584 merge_request: 44860
author: author:
type: fixed type: fixed
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