From 61c02c92ebf4509b3eb8323dc600c35ebc0ef3ae Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Thu, 18 Jan 2024 11:21:54 +0100 Subject: [PATCH] est-ensemble: do not limit password widgets width (#85820) --- static/est-ensemble/_custom.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/est-ensemble/_custom.scss b/static/est-ensemble/_custom.scss index c6e3e608..4a23b3a9 100644 --- a/static/est-ensemble/_custom.scss +++ b/static/est-ensemble/_custom.scss @@ -111,6 +111,10 @@ div.gru-nav li.menu-est-ensemble { } } +.block-password .widget { + max-width: initial; +} + @media ($min-desktop-viewport) { #login-page { display: flex;