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 |
---|---|
How to set up and validate locally
- Apply the following patch to mock license data: mock_licenses.patch
- Enable the related feature flag
echo "Feature.enable(:group_level_dependencies_filtering)" | rails
- Navigate to a group and then "Secure" -> "Dependency List"
- 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.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by David Pisek