From f2b77a73b44aadd2372c241ed6ed2f5cbf4652ba Mon Sep 17 00:00:00 2001
From: ShameerYezz <shameer@zool.in>
Date: Tue, 20 Dec 2022 11:28:21 +0530
Subject: [PATCH] Issue ED-576: 91 number not aligned properly in the text box
 while updating add mobile number in the profile page

---
 .../update-contact-details.component.scss                     | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/app/client/src/app/plugins/profile/components/update-contact-details/update-contact-details.component.scss b/src/app/client/src/app/plugins/profile/components/update-contact-details/update-contact-details.component.scss
index d961e8ac5d..2dc3e32c78 100644
--- a/src/app/client/src/app/plugins/profile/components/update-contact-details/update-contact-details.component.scss
+++ b/src/app/client/src/app/plugins/profile/components/update-contact-details/update-contact-details.component.scss
@@ -30,8 +30,6 @@
 
 .ui.left.icon.input .icon {
   font-size: 1rem;
-  font-family: inherit;
-  margin-top: calculateRem(12px);
 }
 
 .height-200 {
@@ -43,7 +41,7 @@
 
   .icon {
     left: 0;
-    top: calculateRem(10px);
+    top: 0.625rem;
   }
 
   .sb-form-control {
-- 
GitLab