Commit 56925ede authored by Eric Eastwood's avatar Eric Eastwood

Fix merge button dropdown caret horizontal alignment

Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/37194

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`
parent 9aef0427
......@@ -291,6 +291,7 @@
.dropdown-toggle {
.fa {
margin-left: 0;
color: inherit;
}
}
......
---
title: Fix Merge when pipeline succeeds button dropdown caret icon horizontal alignment
merge_request:
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