Commit 68746e85 authored by Nicolas Dular's avatar Nicolas Dular

Fix welcome page design on CE

The width for the welcome page card wasn't set since the style
definition was in EE. Since the welcome page layout is also used for
other steps, the `margin: 0` set on the `container` div made the card
not aligned in the middle of the page.
parent caa86179
...@@ -73,3 +73,7 @@ ...@@ -73,3 +73,7 @@
text-decoration: none; text-decoration: none;
} }
} }
.edit-profile {
max-width: 460px;
}
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
%body.ui-indigo.gl-display-flex.vh-100 %body.ui-indigo.gl-display-flex.vh-100
= render "layouts/header/logo_with_title" = render "layouts/header/logo_with_title"
= render "layouts/broadcast" = render "layouts/broadcast"
.container.d-flex.flex-grow-1.m-0 .container.gl-display-flex.gl-flex-grow-1
= yield = yield
- page_title _('Your profile') - page_title _('Your profile')
- add_page_specific_style 'page_bundles/signup'
.row.gl-flex-grow-1 .row.gl-flex-grow-1
.d-flex.gl-flex-direction-column.gl-align-items-center.gl-w-full.gl-p-5 .d-flex.gl-flex-direction-column.gl-align-items-center.gl-w-full.gl-p-5
......
---
title: Fix welcome page alignment on CE
merge_request: 53265
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment