Skip to content

Remove tab content pane padding in Dependency List

Mark Florian requested to merge remove-tab-padding-in-dependency-list-ee into master

What does this MR do?

This removes an unwanted gap between the tabs and their content in the Dependency List.

This feature is currently behind the disabled-by-default feature flag dependency_list_vulnerabilities.

Before:

tabs_with_padding

After:

tabs_without_padding

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Merge request reports