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

Merge branch 'issuable-edit-form-actions-spacing-fix' into 'master'

No related branches found
No related tags found
无相关合并请求
......@@ -191,7 +191,7 @@ export default {
@keydown.ctrl.enter="updateDesignDescription"
@keydown.exact.esc.stop="closeForm"
/>
<div class="gl-mt-3 gl-flex">
<div class="gl-mt-3 gl-flex gl-gap-3">
<gl-button
category="primary"
variant="confirm"
......@@ -200,7 +200,7 @@ export default {
@click="updateDesignDescription"
>{{ s__('DesignManagement|Save changes') }}
</gl-button>
<gl-button category="tertiary" class="gl-ml-3" data-testid="cancel" @click="closeForm"
<gl-button category="tertiary" data-testid="cancel" @click="closeForm"
>{{ s__('DesignManagement|Cancel') }}
</gl-button>
</div>
......
......@@ -368,7 +368,7 @@ export default {
</gl-button>
</template>
</gl-alert>
<div v-else-if="showButtonsBelowField" class="gl-mt-5">
<div v-else-if="showButtonsBelowField" class="gl-mt-5 gl-flex gl-gap-3">
<gl-button
category="primary"
variant="confirm"
......@@ -377,7 +377,7 @@ export default {
type="submit"
>{{ saveButtonText }}
</gl-button>
<gl-button category="secondary" class="gl-ml-3" data-testid="cancel" type="reset"
<gl-button category="secondary" data-testid="cancel" type="reset"
>{{ __('Cancel') }}
</gl-button>
</div>
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册