From 9ec6e1cf054060ad1518c00af66311f7dc836925 Mon Sep 17 00:00:00 2001 From: Syed Sajjad Hussain Shah Date: Tue, 26 Apr 2022 14:49:01 +0500 Subject: [PATCH] fix: Update position of cross icon Cross icon was overlapping the border the username field when username suggestions were generated, This PR fixes the position of cross icon of username suggestions field VAN-936 --- src/_style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_style.scss b/src/_style.scss index e592ea97..52591c25 100644 --- a/src/_style.scss +++ b/src/_style.scss @@ -866,7 +866,7 @@ select.form-control { margin-left: 15px; } .suggested-username-close-button { - right: 0; + right: 1rem; position: absolute; } .suggested-username-with-error {