Fix vulnerability list footer spacing issue when grouped
Summary
When a group is expanded, the vulnerability list footer collides with the next group:
Steps to reproduce
- Enable feature flag:
echo "Feature.enable(:vulnerability_report_grouping)" | rails c
- Fork https://gitlab.com/gitlab-examples/security/security-reports/
- Create a pipeline against the default branch
- Go to Secure > Vulnerability Report
- Use the Group By Button
- Check the footer
Edited by Savas Vedova