Skip to content

Adjust the margin of the tab in CI/CD Catalog detail view

Sunjung Park requested to merge 460848-fix-margin-catalog-details-tab into master

What does this MR do and why?

Related #460848 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

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

Before After
Screenshot_2024-05-08_at_17.55.07 Screenshot_2024-05-08_at_17.55.51
Screenshot_2024-05-08_at_19.03.22 Screenshot_2024-05-08_at_19.03.58
Screenshot_2024-05-08_at_19.03.28 Screenshot_2024-05-08_at_19.04.16

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Run a rake command to seed CI/CD catalogs. For example: bundle exec rake "gitlab:seed:ci_catalog_resources[Twitter, 10]"
  2. Navigate to the Explore tab, then select CI/CD Catalog.
  3. Visit the details page for any component project.
  4. Verify that the spacing between the project description and the tab appears consistent.
  5. Verify the spacing between the tab and markdown are consistent.

Related to #460848 (closed)

Edited by Sunjung Park

Merge request reports