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