From 4d33cd7d69336cf0bf02ffcf11516163453ae958 Mon Sep 17 00:00:00 2001 From: Attiya Ishaque Date: Wed, 24 May 2023 18:32:02 +0500 Subject: [PATCH] fix: fix design issue in user name suggestion field (#922) --- src/sass/_registration.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass/_registration.scss b/src/sass/_registration.scss index 06e86177..6b064659 100644 --- a/src/sass/_registration.scss +++ b/src/sass/_registration.scss @@ -83,7 +83,7 @@ margin-left: 15px; } -.username-suggestions--field--scrollable{ +.username-scroll-suggested--form-field { width: 21rem; white-space: nowrap; overflow-x: auto;