Skip to content

Fix vulnerability comment delete button spinner position

Daniel Tian requested to merge 222346-fix-delete-button-spinner into master

What does this MR do?

When viewing the vulnerability details for a vulnerability on the security dashboard:

ksnip_20200827-165904

If there's a comment on a history item at the bottom, a delete button is shown to delete the comment. Clicking on the button shows two confirmation buttons:

Screenshot_from_2020-08-27_17-15-36

And when the delete button is clicked, a loading spinner is shown on the button, but is positioned incorrectly. This MR fixes that:

Before After
Screenshot_from_2020-08-27_16-54-45 Screenshot_from_2020-08-27_16-53-55

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Daniel Tian

Merge request reports