Commit 7092a417 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'remove-file-nav-wrapper' into 'master'

Remove unnecessary wrapper in pipeline editor empty state

See merge request gitlab-org/gitlab!60996
parents 234ce02d dd902289
......@@ -40,9 +40,7 @@ export default {
</script>
<template>
<div>
<div class="gl-mb-5">
<pipeline-editor-file-nav v-if="showFileNav" v-on="$listeners" />
</div>
<pipeline-editor-file-nav v-if="showFileNav" v-on="$listeners" />
<div class="gl-display-flex gl-flex-direction-column gl-align-items-center gl-mt-11">
<img :src="emptyStateIllustrationPath" />
<h1 class="gl-font-size-h1">{{ $options.i18n.title }}</h1>
......
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