Skip to content

Aut 90 logistration stage registration and sign in pages are misaligned and not following the expected layout style#7

Merged
ssurendrannair merged 11 commits intorelease-ulmofrom
AUT-90-logistration-stage-registration-and-sign-in-pages-are-misaligned-and-not-following-the-expected-layout-style
Feb 27, 2026
Merged

Aut 90 logistration stage registration and sign in pages are misaligned and not following the expected layout style#7
ssurendrannair merged 11 commits intorelease-ulmofrom
AUT-90-logistration-stage-registration-and-sign-in-pages-are-misaligned-and-not-following-the-expected-layout-style

Conversation

@ssurendrannair
Copy link

Alignment issue fixed for both Register and Sign in page in New authn MFE.

Copilot AI review requested due to automatic review settings February 27, 2026 08:05
@subhashree-sahu31 subhashree-sahu31 self-requested a review February 27, 2026 08:07
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes alignment inconsistencies in the new authn MFE by standardizing the .content container class usage inside BaseContainer.

Changes:

  • Removed classnames usage from BaseContainer and stopped conditionally adding align-items-center mt-0 when showWelcomeBanner is true.
  • Standardized both layout branches (image layout + default layout) to render <div className="content">.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +32 to 34
<div className="content">
{children}
</div>
Copy link

Copilot AI Feb 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change removes the showWelcomeBanner-specific spacing/alignment classes from the shared BaseContainer. BaseContainer is also used outside the Register/Sign-in flows (e.g., ProgressiveProfiling passes showWelcomeBanner), so this will change layout in those screens too; please confirm this is intended or scope the styling change to only the logistration pages (e.g., via a dedicated prop or wrapper class).

Copilot uses AI. Check for mistakes.
Comment on lines +52 to 54
<div className="content">
{children}
</div>
Copy link

Copilot AI Feb 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BaseContainer has unit tests, but none cover the showWelcomeBanner=true case that this PR changes (previously additional utility classes were applied). Consider adding a test that renders BaseContainer with showWelcomeBanner and asserts the resulting .content classes/structure so unintended layout regressions are caught.

Copilot uses AI. Check for mistakes.
@ssurendrannair ssurendrannair merged commit ad8e87d into release-ulmo Feb 27, 2026
7 checks passed
@ssurendrannair ssurendrannair deleted the AUT-90-logistration-stage-registration-and-sign-in-pages-are-misaligned-and-not-following-the-expected-layout-style branch February 27, 2026 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants