Skip to content
代码片段 群组 项目
未验证 提交 74ed5ff3 编辑于 作者: Payton Burdette's avatar Payton Burdette 提交者: GitLab
浏览文件

Merge branch 'jivanvl-change-tailwind-class-whitespace-pre-line' into 'master'

No related branches found
No related tags found
无相关合并请求
...@@ -94,7 +94,7 @@ export default { ...@@ -94,7 +94,7 @@ export default {
</gl-tooltip> </gl-tooltip>
</div> </div>
</div> </div>
<div class="gl-font-monospace gl-white-space-pre-line gl-font-sm -gl-mt-5"> <div class="gl-font-monospace gl-whitespace-pre-line gl-font-sm -gl-mt-5">
{{ template.content }} {{ template.content }}
</div> </div>
<gl-modal <gl-modal
......
...@@ -177,7 +177,7 @@ export default { ...@@ -177,7 +177,7 @@ export default {
<template> <template>
<div> <div>
<div class="flash-container js-suggestions-flash gl-white-space-pre-line"></div> <div class="flash-container js-suggestions-flash gl-whitespace-pre-line"></div>
<div <div
v-show="isRendered" v-show="isRendered"
ref="container" ref="container"
......
...@@ -132,7 +132,7 @@ export default { ...@@ -132,7 +132,7 @@ export default {
<template v-if="registrationToken"> <template v-if="registrationToken">
<h5 class="gl-mb-3">{{ $options.i18n.runnerRegistrationToken }}</h5> <h5 class="gl-mb-3">{{ $options.i18n.runnerRegistrationToken }}</h5>
<div class="gl-display-flex"> <div class="gl-display-flex">
<pre class="gl-bg-gray gl-flex-grow-1 gl-white-space-pre-line">{{ registrationToken }}</pre> <pre class="gl-bg-gray gl-flex-grow-1 gl-whitespace-pre-line">{{ registrationToken }}</pre>
<modal-copy-button <modal-copy-button
:title="$options.i18n.copyInstructions" :title="$options.i18n.copyInstructions"
:text="registrationToken" :text="registrationToken"
......
...@@ -126,7 +126,7 @@ export default { ...@@ -126,7 +126,7 @@ export default {
<template v-if="instructions"> <template v-if="instructions">
<div class="gl-display-flex"> <div class="gl-display-flex">
<pre <pre
class="gl-bg-gray gl-flex-grow-1 gl-white-space-pre-line" class="gl-bg-gray gl-flex-grow-1 gl-whitespace-pre-line"
data-testid="binary-instructions" data-testid="binary-instructions"
>{{ instructions.installInstructions }}</pre >{{ instructions.installInstructions }}</pre
> >
...@@ -141,7 +141,7 @@ export default { ...@@ -141,7 +141,7 @@ export default {
<h5 class="gl-mb-3">{{ $options.i18n.registerRunnerCommand }}</h5> <h5 class="gl-mb-3">{{ $options.i18n.registerRunnerCommand }}</h5>
<div class="gl-display-flex"> <div class="gl-display-flex">
<pre <pre
class="gl-bg-gray gl-flex-grow-1 gl-white-space-pre-line" class="gl-bg-gray gl-flex-grow-1 gl-whitespace-pre-line"
data-testid="register-command" data-testid="register-command"
>{{ registerInstructionsWithToken }}</pre >{{ registerInstructionsWithToken }}</pre
> >
......
...@@ -221,7 +221,7 @@ export default { ...@@ -221,7 +221,7 @@ export default {
<p <p
v-if="hasAsyncValidationError" v-if="hasAsyncValidationError"
data-testid="async-validation-error" data-testid="async-validation-error"
class="gl-my-2 gl-text-red-500 gl-white-space-pre-line" class="gl-my-2 gl-text-red-500 gl-whitespace-pre-line"
> >
<gl-sprintf :message="asyncValidationErrors"> <gl-sprintf :message="asyncValidationErrors">
<template #bold="{ content }"> <template #bold="{ content }">
......
...@@ -111,7 +111,7 @@ exports[`Comment templates list item component renders list item 1`] = ` ...@@ -111,7 +111,7 @@ exports[`Comment templates list item component renders list item 1`] = `
</div> </div>
</div> </div>
<div <div
class="-gl-mt-5 gl-font-monospace gl-font-sm gl-white-space-pre-line" class="-gl-mt-5 gl-font-monospace gl-font-sm gl-whitespace-pre-line"
> >
/assign_reviewer /assign_reviewer
</div> </div>
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册