Issue with layout on top level group page after user completes Trial Registration on screen sizes below 1503px
# Summary
With the addition of the chat panel, once a user completes the /-/trials/new registration flow and is dropped on the top level Group page, the metrics area is rendered in a stacked layout on screen sizes below 1503px. This causes a lot of the content to be shifted down the page and a suboptimal user experience.
# Current Behaviour
| Page at 1503 px | Page at 1502 px |
|-----------------|-----------------|
| {width="881" height="600"} | {width="881" height="600"} |
### Steps to Reproduce
1. Create a Free GitLab.com Group
2. Initiate an Ultimate Trial
3. Complete Trial registration
4. Land on /{group-name} with a screen size less than 1502px
# Ideal Behaviour
Given that this is the first exposure for those in a trial coming from the /-/trials/new path, ideally the metrics will not shift in such a drastic way for those on small and medium screen sizes. I have a potential direction that could be taken below.
{width="900" height="307"}
issue