Commit abdc537a authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'peterhegman/fix-assignee-dropdown-checkmark' into 'master'

Fix misalignment of assignee dropdown checkmark

See merge request gitlab-org/gitlab!53664
parents 1920176a e5afb0ef
......@@ -525,7 +525,7 @@
&.is-active {
/* stylelint-disable-next-line function-url-quotes */
background: url(asset_path('checkmark.png')) no-repeat 14px 8px;
background: url(asset_path('checkmark.png')) no-repeat 14px center;
}
}
}
......
---
title: Fix misalignment of assignee dropdown checkmark
merge_request: 53664
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