Commit 60ff8c11 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'vs-fix-margin-for-rebase-based-workflows' into 'master'

Fix left margin of Merge button for rebase workflows in MrWidget

See merge request gitlab-org/gitlab!53756
parents d6a750fc 346e9904
......@@ -181,17 +181,12 @@ export default {
>
{{ __('Rebase') }}
</gl-button>
<span
v-if="!rebasingError"
class="gl-font-weight-bold gl-ml-0!"
data-testid="rebase-message"
>{{
__(
'Fast-forward merge is not possible. Rebase the source branch onto the target branch.',
)
}}</span
>
<span v-else class="gl-font-weight-bold danger gl-ml-0!" data-testid="rebase-message">{{
<span v-if="!rebasingError" class="gl-font-weight-bold" data-testid="rebase-message">{{
__(
'Fast-forward merge is not possible. Rebase the source branch onto the target branch.',
)
}}</span>
<span v-else class="gl-font-weight-bold danger" data-testid="rebase-message">{{
rebasingError
}}</span>
</div>
......
---
title: Fix left margin of Merge button in FF merge mode
merge_request: 53756
author:
type: fixed
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