Skip to content

Fix vulnerability save button spinner position

What does this MR do?

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

ksnip_20200828-142520

The user can add a comment to a history item at the bottom. Clicking on the "Add a comment" text will show a textarea that lets the user input a comment:

Screenshot_from_2020-08-28_14-25-28

Clicking on the Save button shows a spinner while the comment is being saved. However, the spinner is positioned incorrectly. This MR fixes that.

Before After
Screenshot_from_2020-08-28_14-27-13 Screenshot_from_2020-08-28_14-25-49

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Daniel Tian

Merge request reports