Skip to content
代码片段 群组 项目
提交 e113c30f 编辑于 作者: Enrique Alcántara's avatar Enrique Alcántara
浏览文件

Merge branch 'jivanvl-remove-append-right-15' into 'master'

Replace append-right-15 css class

See merge request gitlab-org/gitlab!37510
No related branches found
No related tags found
无相关合并请求
......@@ -242,7 +242,7 @@ export default {
<gl-form-group
:label="__('Type')"
label-for="ci-variable-type"
class="w-50 append-right-15"
class="w-50 gl-mr-5"
:class="{ 'w-100': isGroup }"
>
<gl-form-select id="ci-variable-type" v-model="variable_type" :options="typeOptions" />
......
......@@ -402,7 +402,6 @@ img.emoji {
.prepend-left-15 { margin-left: 15px; }
.prepend-left-20 { margin-left: 20px; }
.prepend-left-64 { margin-left: 64px; }
.append-right-15 { margin-right: 15px; }
.append-right-20 { margin-right: 20px; }
.append-bottom-10 { margin-bottom: 10px; }
.append-bottom-20 { margin-bottom: 20px; }
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册