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 { ...@@ -70,7 +70,7 @@ export default {
</script> </script>
<template> <template>
<div class="append-bottom-15 ide-commit-options"> <div class="gl-mb-5 ide-commit-options">
<radio-group <radio-group
:value="$options.commitToCurrentBranch" :value="$options.commitToCurrentBranch"
:disabled="!canPushToBranch" :disabled="!canPushToBranch"
......
...@@ -75,7 +75,7 @@ export default { ...@@ -75,7 +75,7 @@ export default {
:title="titleTooltip" :title="titleTooltip"
data-container="body" data-container="body"
data-placement="left" data-placement="left"
class="append-bottom-15" class="gl-mb-5"
> >
<icon v-once :name="iconName" :size="18" /> <icon v-once :name="iconName" :size="18" />
</div> </div>
......
...@@ -411,7 +411,6 @@ img.emoji { ...@@ -411,7 +411,6 @@ img.emoji {
.append-right-default { margin-right: $gl-padding; } .append-right-default { margin-right: $gl-padding; }
.append-right-20 { margin-right: 20px; } .append-right-20 { margin-right: 20px; }
.append-bottom-10 { margin-bottom: 10px; } .append-bottom-10 { margin-bottom: 10px; }
.append-bottom-15 { margin-bottom: 15px; }
.append-bottom-20 { margin-bottom: 20px; } .append-bottom-20 { margin-bottom: 20px; }
.ml-10 { margin-left: 4.5rem; } .ml-10 { margin-left: 4.5rem; }
.inline { display: inline-block; } .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