Commit 4091c8f6 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '263221-clone-button-misaligned-on-empty-repository' into 'master'

Fix top margin of button row on empty repository

See merge request gitlab-org/gitlab!44860
parents 623d3dd9 1a41ea3e
......@@ -11,7 +11,7 @@
= _('The repository for this project is empty')
- 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.')
.project-buttons.qa-quick-actions
......@@ -23,7 +23,7 @@
= render 'stat_anchor_list', anchors: @project.empty_repo_statistics_buttons, project_buttons: true
- 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
= _('Command line instructions')
%p
......
---
title: Fix alignment issue of clone button
merge_request: 44584
title: Fix button row margin on empty project
merge_request: 44860
author:
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