Commit 6a06c4a0 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

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

Remove append-bottom-15

See merge request gitlab-org/gitlab!35900
parents 443fcb50 f15afc5c
......@@ -70,7 +70,7 @@ export default {
</script>
<template>
<div class="append-bottom-15 ide-commit-options">
<div class="gl-mb-5 ide-commit-options">
<radio-group
:value="$options.commitToCurrentBranch"
:disabled="!canPushToBranch"
......
......@@ -75,7 +75,7 @@ export default {
:title="titleTooltip"
data-container="body"
data-placement="left"
class="append-bottom-15"
class="gl-mb-5"
>
<icon v-once :name="iconName" :size="18" />
</div>
......
......@@ -411,7 +411,6 @@ img.emoji {
.append-right-default { margin-right: $gl-padding; }
.append-right-20 { margin-right: 20px; }
.append-bottom-10 { margin-bottom: 10px; }
.append-bottom-15 { margin-bottom: 15px; }
.append-bottom-20 { margin-bottom: 20px; }
.ml-10 { margin-left: 4.5rem; }
.inline { display: inline-block; }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment