Skip to content

Add `gl-display-contents` on HomePanel component

Eduardo Sanz García requested to merge eduardosanz/add-flex-wrap into master

What does this MR do and why?

In the project home page, we recently combined several Vue components into a single component and we forgot to check the rendering in mobile: !143034 (merged)

We make the parent container <div> to be ignored with gl-display-contents, so the wrapping the children elements works as before in mobile screens.

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
image image

How to set up and validate locally

  1. Go to /flightjs/Flight and check in different screen sizes.
Edited by Eduardo Sanz García

Merge request reports