Commit af0a80f9 authored by David O'Regan's avatar David O'Regan Committed by Simon Knox

Fix: update broken pipeline layout

Fix broken layout for
Web IDE and the pipelines
list inside the code_quality_walkthrough
experiment.

Changelog: fixed
parent 00c26e3b
......@@ -87,7 +87,7 @@ export default {
v-if="!latestPipeline"
:empty-state-svg-path="pipelinesEmptyStateSvgPath"
:can-set-ci="true"
class="mb-auto mt-auto"
class="gl-p-5"
/>
<gl-alert
v-else-if="latestPipeline.yamlError"
......
......@@ -76,7 +76,7 @@ export default {
</p>
<div class="row gl-mb-8">
<div class="col-lg-3">
<div class="col-12">
<gl-card>
<div class="gl-flex-direction-row">
<div class="gl-py-5"><gl-emoji class="gl-font-size-h2-xl" data-name="wave" /></div>
......
......@@ -8,7 +8,7 @@ exports[`IDE pipelines list when loaded renders empty state when no latestPipeli
<empty-state-stub
cansetci="true"
class="mb-auto mt-auto"
class="gl-p-5"
emptystatesvgpath="http://test.host"
/>
</div>
......
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