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

Merge branch 'nl-hierarchy-fix' into 'master'

Fix ancestry overlap with description

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



Merged-by: default avatarKushal Pandya <kushal@gitlab.com>
Approved-by: default avatarKushal Pandya <kushal@gitlab.com>
Co-authored-by: default avatarNick Leonard <nleonard@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -86,7 +86,7 @@ export default { ...@@ -86,7 +86,7 @@ export default {
<template> <template>
<div <div
v-gl-resize-observer="handleResize" v-gl-resize-observer="handleResize"
class="disclosure-hierarchy gl-relative gl-z-1 gl-flex gl-min-w-0 gl-grow-2" class="disclosure-hierarchy gl-relative gl-z-2 gl-flex gl-min-w-0 gl-grow-2"
> >
<ul class="gl-relative gl-m-0 gl-inline-flex gl-max-w-full gl-list-none gl-flex-row gl-p-0"> <ul class="gl-relative gl-m-0 gl-inline-flex gl-max-w-full gl-list-none gl-flex-row gl-p-0">
<template v-if="withEllipsis || isMobile"> <template v-if="withEllipsis || isMobile">
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册