From bbed59f001a2cf6e53334bfdbda6b8422defdbc2 Mon Sep 17 00:00:00 2001 From: Nilesh Suthar <102959052+NileshSuthar-Acute@users.noreply.github.com> Date: Mon, 16 Feb 2026 12:13:18 +0530 Subject: [PATCH] fix: make the phone code vertically center (#36614) * fix: make the phone code vertically center * fix(phone): remove the line from phone_picker.scss Instead of commenting, removing the line. --- frappe/public/scss/common/phone_picker.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/frappe/public/scss/common/phone_picker.scss b/frappe/public/scss/common/phone_picker.scss index 636717cd63..4c887260f2 100644 --- a/frappe/public/scss/common/phone_picker.scss +++ b/frappe/public/scss/common/phone_picker.scss @@ -123,7 +123,6 @@ .data-row.row { .selected-phone { - top: calc(50% - 10.1px); z-index: 2; } }