Commit 33984206 authored by Vitaly Slobodin's avatar Vitaly Slobodin Committed by Kushal Pandya

Fix alignment of 'Rebase in progress' label

parent 9de1a9b4
......@@ -159,7 +159,7 @@ export default {
<div class="rebase-state-find-class-convention media media-body space-children">
<span
v-if="rebaseInProgress || isMakingRequest"
class="gl-font-weight-bold gl-ml-0!"
class="gl-font-weight-bold"
data-testid="rebase-message"
>{{ __('Rebase in progress') }}</span
>
......
---
title: Fix alignment of 'Rebase in progress' label
merge_request: 54189
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