Skip to content

Fix "Merge when pipeline succeeds" button dropdown caret icon horizontal alignment

What does this MR do?

Fix "Merge when pipeline succeeds" button dropdown caret icon horizontal alignment

Before After

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

The dropdown caret icon had some extra general style margin-left applied which offset from center.

It looks like this regressed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12601 when we switched from fa-caret-down to fa-chevron-down which has some general margin styles applying

Before (rough revert) After

https://gitlab.com/gitlab-org/gitlab-ce/issues/37194#note_38823599

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #37194 (closed)

Edited by username-removed-892863

Merge request reports