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

Merge branch 'work-item-design-management-alignment-fix' into 'master'

Work items design management: Fix alignment of placeholder

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



Merged-by: default avatarAndrei Zubov <azubov@gitlab.com>
Approved-by: default avatarAnnabel Dunstone Gray <annabel.dunstone@gmail.com>
Approved-by: default avatarAndrei Zubov <azubov@gitlab.com>
Co-authored-by: default avatarSascha Eggenberger <seggenberger@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -168,7 +168,7 @@ export default { ...@@ -168,7 +168,7 @@ export default {
</span> </span>
</div> </div>
<gl-intersection-observer <gl-intersection-observer
class="gl-grow" class="gl-flex gl-grow gl-justify-center"
data-testid="design-image" data-testid="design-image"
:data-qa-filename="filename" :data-qa-filename="filename"
@appear="onAppear" @appear="onAppear"
......
...@@ -16,7 +16,7 @@ exports[`Design item component with notes renders item with multiple comments 1` ...@@ -16,7 +16,7 @@ exports[`Design item component with notes renders item with multiple comments 1`
class="card-body gl-flex gl-items-center gl-justify-center gl-overflow-hidden gl-p-0 gl-relative gl-rounded-t-base" class="card-body gl-flex gl-items-center gl-justify-center gl-overflow-hidden gl-p-0 gl-relative gl-rounded-t-base"
> >
<gl-intersection-observer-stub <gl-intersection-observer-stub
class="gl-grow" class="gl-flex gl-grow gl-justify-center"
data-qa-filename="test" data-qa-filename="test"
data-testid="design-image" data-testid="design-image"
> >
...@@ -81,7 +81,7 @@ exports[`Design item component with notes renders item with single comment 1`] = ...@@ -81,7 +81,7 @@ exports[`Design item component with notes renders item with single comment 1`] =
class="card-body gl-flex gl-items-center gl-justify-center gl-overflow-hidden gl-p-0 gl-relative gl-rounded-t-base" class="card-body gl-flex gl-items-center gl-justify-center gl-overflow-hidden gl-p-0 gl-relative gl-rounded-t-base"
> >
<gl-intersection-observer-stub <gl-intersection-observer-stub
class="gl-grow" class="gl-flex gl-grow gl-justify-center"
data-qa-filename="test" data-qa-filename="test"
data-testid="design-image" data-testid="design-image"
> >
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册