From ee70780803d5886ce4b2ffca81c76cdad670cfa1 Mon Sep 17 00:00:00 2001 From: perf3ct Date: Mon, 16 Jun 2025 17:42:53 +0000 Subject: [PATCH] feat(client): fix quick search text --- frontend/src/components/GlobalSearchBar/GlobalSearchBar.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/components/GlobalSearchBar/GlobalSearchBar.tsx b/frontend/src/components/GlobalSearchBar/GlobalSearchBar.tsx index d622855..d38abfc 100644 --- a/frontend/src/components/GlobalSearchBar/GlobalSearchBar.tsx +++ b/frontend/src/components/GlobalSearchBar/GlobalSearchBar.tsx @@ -819,8 +819,6 @@ const GlobalSearchBar: React.FC = ({ sx, ...props }) => { textOverflow: 'ellipsis', whiteSpace: 'nowrap', maxWidth: '100%', - width: 0, - minWidth: 0, flex: 1, }} >