Commit 692597a8 authored by Phil Hughes's avatar Phil Hughes

Merge branch '3163-button-spacing' into 'master'

fix Modify commit message button spacing

Closes #3163

See merge request !2693
parents 617460aa 1fcd1422
......@@ -283,15 +283,14 @@ export default {
<span v-if="mr.ffOnlyEnabled">
Fast-forward merge without a merge commit
</span>
<span v-else>
<button
@click="toggleCommitMessageEditor"
:disabled="isMergeButtonDisabled"
class="btn btn-default btn-xs"
type="button">
Modify commit message
</button>
</span>
<button
v-else
@click="toggleCommitMessageEditor"
:disabled="isMergeButtonDisabled"
class="btn btn-default btn-xs"
type="button">
Modify commit message
</button>
</template>
<template v-else>
<span class="bold">
......
......@@ -24,7 +24,7 @@ export default {
},
},
template: `
<div class="accept-control spacing inline">
<div class="accept-control inline">
<label class="merge-param-checkbox">
<input
type="checkbox"
......
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