Commit 201843f7 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'ide-pipeline-error-wrap' into 'master'

Wrap YAML error in Web IDE pipelines panel

Closes #47755

See merge request gitlab-org/gitlab-ce!19736
parents 1a2ce3cc 2e56144d
...@@ -94,7 +94,7 @@ export default { ...@@ -94,7 +94,7 @@ export default {
<p class="append-bottom-0"> <p class="append-bottom-0">
{{ __('Found errors in your .gitlab-ci.yml:') }} {{ __('Found errors in your .gitlab-ci.yml:') }}
</p> </p>
<p class="append-bottom-0"> <p class="append-bottom-0 break-word">
{{ latestPipeline.yamlError }} {{ latestPipeline.yamlError }}
</p> </p>
<p <p
......
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