Skip to content

Fix line height on project and group lists

What does this MR do and why?

Related to #221000 (closed)

Removes some unneeded CSS to fix a line height issue in project and group lists

Screenshots or screen recordings

/groups/flightjs/-/projects

Before After
Screen_Shot_2022-09-29_at_11.09.26_AM Screen_Shot_2022-09-29_at_10.55.37_AM

/admin/projects

Before After
Screen_Shot_2022-09-29_at_11.13.06_AM Screen_Shot_2022-09-29_at_11.06.41_AM

/admin/groups

Before After
Screen_Shot_2022-09-29_at_11.30.09_AM Screen_Shot_2022-09-29_at_11.08.04_AM

How to set up and validate locally

  1. Create a project in /groups/flightjs with a really long name
  2. Create a group with a really long name
  3. Navigate to /groups/flightjs/-/projects, /admin/projects, and /admin/groups` and verify that the line height looks correct

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 Peter Hegman

Merge request reports