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