Commit 994df35b authored by Savas Vedova's avatar Savas Vedova Committed by Denys Mishunov

Use gl utility classes

- Add changelog
parent 9b52d40d
......@@ -323,7 +323,7 @@ export default {
</gl-link>
<issue-link v-if="issue(item)" :issue="issue(item)" />
<vulnerability-comment-icon v-if="hasComments(item)" :vulnerability="item" />
<remediated-badge v-if="item.resolvedOnDefaultBranch" class="ml-2" />
<remediated-badge v-if="item.resolvedOnDefaultBranch" class="gl-ml-3" />
</div>
<div
v-if="item.location"
......
---
title: Fix remediated badge visibility on vulnerability list
merge_request: 40483
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