Commit 406642f7 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch '276949-no-link-layout' into 'master'

Pipeline Graph Structural Update:  Update no-link CSS

See merge request gitlab-org/gitlab!53238
parents 4e763838 b49263ea
......@@ -74,13 +74,15 @@ export default {
<div v-else>
<gl-alert
v-if="showAlert"
class="gl-w-max-content gl-ml-4"
class="gl-ml-4 gl-mb-4"
:primary-button-text="$options.i18n.showLinksAnyways"
@primaryAction="overrideShowLinks"
@dismiss="dismissAlert"
>
{{ $options.i18n.tooManyJobs }}
</gl-alert>
<slot></slot>
<div class="gl-display-flex gl-relative">
<slot></slot>
</div>
</div>
</template>
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