Skip to content

Tabs style follow-ups

Sarah German requested to merge sarahg/1262-tabs-followups into main

What does this MR do and why?

Fixes a couple of styling issues with the Tabs component:

  • Nested numbered lists within tabs begin with numerical bullets instead of letters
  • Standardizes spacing between tabs and the content beneath them

Screenshots, screen recordings, or links to review app

Before After
image image

How to set up and validate locally

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

  1. Configure a local GitLab Docs environment: https://gitlab.com/gitlab-org/gitlab-docs/-/blob/main/doc/setup.md.
  2. Copy this test page into content/tabs-tests.md
  3. Recompile the site and view the page here: http://localhost:3000/tabs-tests.html
  4. Review spacing around tabs content and bullet symbols for nested ordered lists

Merge request acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports