Commit cfeea517 authored by David O'Regan's avatar David O'Regan

Merge branch 'yo-master-patch-66129' into 'master'

Remove margin-top: 0 for snippets empty state

See merge request gitlab-org/gitlab!51038
parents 64ebe8a7 3b3a4d15
- button_path = local_assigns.fetch(:button_path, false)
.row.empty-state.mt-0
.row.empty-state
.col-12
.svg-content
= image_tag 'illustrations/snippets_empty.svg', data: { qa_selector: 'svg_content' }
......@@ -16,5 +16,3 @@
= link_to s_('SnippetsEmptyState|Documentation'), help_page_path('user/snippets.md'), class: 'btn btn-default', title: s_('SnippetsEmptyState|Documentation')
- else
%h4.text-center= s_('SnippetsEmptyState|There are no snippets to show.')
---
title: Remove margin top for snippets empty state
merge_request: 51038
author: Yogi (@yo)
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