Commit 23577fbc authored by Phil Hughes's avatar Phil Hughes

Merge branch 'fix-branch-switcher-spacing' into 'master'

Fix spacing for branch switcher in pipeline editor

See merge request gitlab-org/gitlab!62534
parents fb00551b ef1cbb85
......@@ -146,7 +146,6 @@ export default {
<template>
<gl-dropdown
v-if="showBranchSwitcher"
class="gl-ml-2"
:header-text="$options.i18n.dropdownHeader"
:text="currentBranch"
icon="branch"
......
......@@ -15,7 +15,7 @@ export default {
};
</script>
<template>
<div class="gl-mb-5">
<div class="gl-mb-4">
<branch-switcher v-if="showBranchSwitcher" v-on="$listeners" />
</div>
</template>
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