Skip to content

Prevent line height from being forced into tabs

Austin Regnery requested to merge aregnery/usage-quota-tab-line-height-fix into master

What does this MR do and why?

Resolves #482817. https://gitlab.com/gitlab-org/gitlab-ui/-/blob/main/src/components/base/tabs/tabs/tabs.scss#L68 negatively impacting all the tabs on this page, so this change uses gl-leading-[unset] to prevent setting the line-height: 1rem

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

Before After
CleanShot 2024-09-09 at 15.19.07.png CleanShot 2024-09-09 at 14.45.16.png

How to set up and validate locally

  1. Visit the usage quotas page on SaaS
  2. View the changes in the various stat cards

Merge request reports