Skip to content

Fix a broken UI in user's groups /users/:username/groups (on mobile)

Takuya Noguchi requested to merge tnir-remove-no-description-from-groups into master

What does this MR do and why?

Fix a broken UI for a project that has no description in user's groups /users/:username/groups (mainly on mobile) by a removal of a meaningless CSS class name.

(Existing) .gl-align-items-center is enough to align items on flexbox containers (the parent ul is a flexbox container) on the cross axis (the y-axis).

(First) part of #370048 (closed)

Screenshots or screen recordings

before after
mr94462-before mr94462-after

How to set up and validate locally

  1. Create a group with longer title and under user personal namespace.
  2. Visit Groups of their personal namespace on mobile.

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 Takuya Noguchi

Merge request reports