Commit 424936d2 authored by Miguel Rincon's avatar Miguel Rincon

Revert "Merge branch 'jivanvl-add-white-space-pre-line-runner-instructions' into 'master'"

This reverts merge request !47323
parent d0564274
......@@ -179,10 +179,7 @@ export default {
</template>
<template v-if="!instructionsEmpty">
<div class="gl-display-flex">
<pre
class="bg-light gl-flex-fill-1 gl-white-space-pre-line"
data-testid="binary-instructions"
>
<pre class="bg-light gl-flex-fill-1" data-testid="binary-instructions">
{{ instructions.installInstructions }}
</pre>
<gl-button
......@@ -199,10 +196,7 @@ export default {
<h5 class="gl-mb-5">{{ $options.i18n.registerRunner }}</h5>
<h5 class="gl-mb-5">{{ $options.i18n.method }}</h5>
<div class="gl-display-flex">
<pre
class="bg-light gl-flex-fill-1 gl-white-space-pre-line"
data-testid="runner-instructions"
>
<pre class="bg-light gl-flex-fill-1" data-testid="runner-instructions">
{{ instructions.registerInstructions }}
</pre>
<gl-button
......
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