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

Merge branch 'fix-prominent-create-board-button-alignment' into 'master'

Fix prominent create board button alignment

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



Merged-by: default avatarPhil Hughes <me@iamphill.com>
Approved-by: default avatarDiana Zubova <dzubova@gitlab.com>
Approved-by: default avatarPhil Hughes <me@iamphill.com>
Co-authored-by: default avatarJack Chapman <jachapman@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -36,7 +36,10 @@ export default { ...@@ -36,7 +36,10 @@ export default {
<gitlab-experiment name="prominent_create_board_btn"> <gitlab-experiment name="prominent_create_board_btn">
<template #control> </template> <template #control> </template>
<template #candidate> <template #candidate>
<div v-if="canShowCreateButton" class="gl-ml-1 gl-mr-3 gl-display-flex gl-align-items-center"> <div
v-if="canShowCreateButton"
class="gl-ml-1 gl-mr-3 gl-display-flex gl-align-items-flex-start"
>
<gl-button @click.prevent="showDialog"> <gl-button @click.prevent="showDialog">
{{ createButtonText }} {{ createButtonText }}
</gl-button> </gl-button>
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册