From 680caccbfe22e40076c24d7ffc7408d14e260ca9 Mon Sep 17 00:00:00 2001 From: anmolsinghbhatia Date: Mon, 1 May 2023 15:15:03 +0530 Subject: [PATCH] fix: filter labels dropdown width fix --- apps/app/components/ui/multi-level-dropdown.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/app/components/ui/multi-level-dropdown.tsx b/apps/app/components/ui/multi-level-dropdown.tsx index 36e4e84c0..0033e8e02 100644 --- a/apps/app/components/ui/multi-level-dropdown.tsx +++ b/apps/app/components/ui/multi-level-dropdown.tsx @@ -101,7 +101,7 @@ export const MultiLevelDropdown: React.FC = ({ {option.children && option.id === openChildFor && (
= ({ }} className={`${ child.selected ? "bg-brand-surface-2" : "" - } flex w-full items-center break-all rounded px-1 py-1.5 text-left capitalize text-brand-secondary hover:bg-brand-surface-2`} + } flex w-full items-center whitespace-nowrap break-all rounded px-1 py-1.5 text-left capitalize text-brand-secondary hover:bg-brand-surface-2`} > {child.label}