From ec429dd8df7afe3f5c20b1324c59da14f634b6c7 Mon Sep 17 00:00:00 2001 From: Ashesh3 <3626859+Ashesh3@users.noreply.github.com> Date: Fri, 19 Jan 2024 19:46:31 +0530 Subject: [PATCH] Add break-all class to SelectMenuV2 component --- src/Components/Form/SelectMenuV2.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Form/SelectMenuV2.tsx b/src/Components/Form/SelectMenuV2.tsx index 464a754cebe..2e277b40b4f 100644 --- a/src/Components/Form/SelectMenuV2.tsx +++ b/src/Components/Form/SelectMenuV2.tsx @@ -101,7 +101,7 @@ const SelectMenuV2 = (props: SelectMenuProps) => { {value.icon} )} -

+

{value.selectedLabel}