Skip to content
代码片段 群组 项目
未验证 提交 287ab112 编辑于 作者: Jose Ivan Vargas's avatar Jose Ivan Vargas 提交者: GitLab
浏览文件

Merge branch '20240618-clavimoniere-test-file-name-break-words' into 'master'

No related branches found
No related tags found
无相关合并请求
......@@ -95,7 +95,7 @@ export default {
<div v-if="testCase.file" class="gl-display-flex gl-flex-wrap -gl-mx-4 gl-my-3">
<strong class="col-sm-3">{{ $options.text.file }}</strong>
<div class="col-sm-9" data-testid="test-case-file">
<gl-link v-if="testCase.filePath" :href="testCase.filePath">
<gl-link v-if="testCase.filePath" class="gl-break-words" :href="testCase.filePath">
{{ testCase.file }}
</gl-link>
<span v-else>{{ testCase.file }}</span>
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册