Skip to content

Fix links on blueprint tables

Sarah German requested to merge sarahg/blueprint-h1-fix into main

What does this MR do and why?

Follow-up from !3385 (comment 1216984783)

A recent MR added a feature to include multiple coaches for blueprints (shown here: https://docs.gitlab.com/ee/architecture/blueprints/remote_development/).

However the second author's name is not clickable since h1s on the site are positioned with using negative top margin -- they can invisibly overlap content above them.

Generally this works OK since titles are the first thing on a page, but for these pages where there's content above the title, we need to explicitly put the table "on top" of that negative space for links to work.

Screenshots, screen recordings, or links to review app

These are strongly recommended to assist reviewers and reduce the time to merge your change.

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. Visit this page: http://localhost:3000/ee/architecture/blueprints/remote_development/
  3. Verify you can click all the links in the table.

(On production, you cannot: https://docs.gitlab.com/ee/architecture/blueprints/remote_development/).

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.

Edited by Sarah German

Merge request reports