Skip to content
代码片段 群组 项目
未验证 提交 d1fbde0e 编辑于 作者: Michael Lunøe's avatar Michael Lunøe 提交者: GitLab
浏览文件

Merge branch 'mr-sidebar-participants-loading-icon-position' into 'master'

No related branches found
No related tags found
无相关合并请求
...@@ -93,10 +93,10 @@ export default { ...@@ -93,10 +93,10 @@ export default {
<div> <div>
<div <div
v-if="showParticipantLabel" v-if="showParticipantLabel"
class="gl-display-flex gl-align-items-center gl-line-height-24 gl-text-gray-900 gl-font-weight-bold gl-mb-2" class="gl-display-flex gl-align-items-center gl-line-height-24 gl-text-gray-900 gl-font-weight-bold gl-mb-2 gl-gap-2"
> >
<gl-loading-icon v-if="loading" inline />
{{ participantLabel }} {{ participantLabel }}
<gl-loading-icon v-if="loading" inline />
</div> </div>
<div class="gl-display-flex gl-flex-wrap gl-gap-3"> <div class="gl-display-flex gl-flex-wrap gl-gap-3">
<a <a
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册