From 7c90e717d6cbc2b94c79966782f7be648515d682 Mon Sep 17 00:00:00 2001
From: Harshit Singh <73997189+harshit078@users.noreply.github.com>
Date: Tue, 24 Sep 2024 20:51:29 +0530
Subject: [PATCH] fix: Phone dropdown field has extra width (#6866)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## Description
This PR solves the issue #6865
## Current Behaviour
## Expected behavior
---
.../phone/components/PhoneCountryPickerDropdownSelect.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/twenty-front/src/modules/ui/input/components/internal/phone/components/PhoneCountryPickerDropdownSelect.tsx b/packages/twenty-front/src/modules/ui/input/components/internal/phone/components/PhoneCountryPickerDropdownSelect.tsx
index b651d3800..d5f46a71a 100644
--- a/packages/twenty-front/src/modules/ui/input/components/internal/phone/components/PhoneCountryPickerDropdownSelect.tsx
+++ b/packages/twenty-front/src/modules/ui/input/components/internal/phone/components/PhoneCountryPickerDropdownSelect.tsx
@@ -48,7 +48,7 @@ export const PhoneCountryPickerDropdownSelect = ({
);
return (
-
+
setSearchFilter(event.currentTarget.value)}