Skip to content

Fix spacing between pagination and next group

Savas Vedova requested to merge fix-spacing-between-pagination-and-groups into master

What does this MR do and why?

Fixes the spacing issue between pagination and next group.

Related #425523 (closed)

Screenshots or screen recordings

Before After
image image

How to set up and validate locally

  1. Enable feature flag: echo "Feature.enable(:vulnerability_report_grouping)" | rails c
  2. Fork https://gitlab.com/gitlab-examples/security/security-reports/
  3. Create a pipeline against the default branch
  4. Go to Secure > Vulnerability Report
  5. Use the Group By Button
  6. Check the spacing between pagination and next group

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 Savas Vedova

Merge request reports