Skip to content
代码片段 群组 项目
未验证 提交 60366fee 编辑于 作者: Andrew Fontaine's avatar Andrew Fontaine 提交者: GitLab
浏览文件

Merge branch 'merge-request-widget-checks-right-alignment-fix' into 'master'

Merge request checks: Fix right alignment of actions

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/144724



Merged-by: default avatarAndrew Fontaine <afontaine@gitlab.com>
Approved-by: default avatarAndrew Fontaine <afontaine@gitlab.com>
Approved-by: default avatarJulia Miocene <jmiocene@gitlab.com>
Approved-by: default avatarDaniel Tian <dtian@gitlab.com>
Co-authored-by: default avatarSascha Eggenberger <seggenberger@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -176,7 +176,7 @@ export default {
:is="checkComponent(check)"
v-for="(check, index) in sortedChecks"
:key="index"
class="gl-pl-9"
class="gl-pl-9 gl-pr-4"
:class="{
'gl-border-b-solid gl-border-b-1 gl-border-gray-100': index !== sortedChecks.length - 1,
}"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册