From a75c6a2c63e1ba8f1fc1e4b5e8a81dbad91f97c3 Mon Sep 17 00:00:00 2001 From: Antoine Clausse Date: Fri, 5 Dec 2025 11:35:51 +0100 Subject: [PATCH] Align CIAM explanatory notification text to the left (#30144) GitOrigin-RevId: 3d511d8a2756c9c1b1697ee040684c6e4513e0f9 --- services/web/frontend/stylesheets/pages/login.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/web/frontend/stylesheets/pages/login.scss b/services/web/frontend/stylesheets/pages/login.scss index 9d8294ba4c..c671794daf 100644 --- a/services/web/frontend/stylesheets/pages/login.scss +++ b/services/web/frontend/stylesheets/pages/login.scss @@ -11,6 +11,10 @@ @include heading-sm; } + .explanatory-ciam-notification .notification-content { + text-align: left; + } + form { padding-top: var(--spacing-08);