Skip to content

Fix vulnerability report filter dropdown button text truncation

Daniel Tian requested to merge 284471-fix-dropdown-button-truncation into master

What does this MR do?

On the vulnerability report page, there is a collection of filter dropdowns:

ksnip_20210706-181759

When the text in the dropdown button is too long, it's truncated. Previously, this truncation was happening at the end of the string. When multiple items are selected, the words +x more was also getting truncated, but it needs to show in its entirety. This MR fixes that issue.

Before After
ksnip_20210707-151255 ksnip_20210707-151153

Screenshots or Screencasts (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Daniel Tian

Merge request reports