Skip to content

Group-level dependencies: Fix wrapping issue

What does this MR do and why?

Group-level dependencies: Fix wrapping issue

Fixes a small UI issue that occurs when a license name is too long to fit the dropdown and wraps to a second line.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2023-10-18_at_11.20.50_am Screenshot_2023-10-18_at_11.20.34_am

How to set up and validate locally

  1. Apply the following patch to mock license data: mock_licenses.patch
  2. Enable the related feature flag echo "Feature.enable(:group_level_dependencies_filtering)" | rails
  3. Navigate to a group and then "Secure" -> "Dependency List"
  4. Filter by license

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by David Pisek

Merge request reports