From 7d5fc84e523fe08bc022c090dbdc16f9fe90fea3 Mon Sep 17 00:00:00 2001 From: Siddhant Khare Date: Mon, 2 Oct 2023 17:34:41 +0000 Subject: [PATCH] [UI] `CreateWorkspace` Overflow bug fix --- components/dashboard/src/components/DropDown2.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/dashboard/src/components/DropDown2.tsx b/components/dashboard/src/components/DropDown2.tsx index 176051e2400bc3..768a617f08f963 100644 --- a/components/dashboard/src/components/DropDown2.tsx +++ b/components/dashboard/src/components/DropDown2.tsx @@ -301,7 +301,7 @@ export const DropDown2SelectedElement: FC = ({ <>{icon} )} -
+
{loading ? (
@@ -310,7 +310,7 @@ export const DropDown2SelectedElement: FC = ({ ) : ( <>
{title}
-
{subtitle}
+
{subtitle}
)}