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