feat(client): fix quick search text

This commit is contained in:
perf3ct
2025-06-16 17:42:53 +00:00
parent 6f3aa771c0
commit 797ed2f306

View File

@@ -819,8 +819,6 @@ const GlobalSearchBar: React.FC<GlobalSearchBarProps> = ({ sx, ...props }) => {
textOverflow: 'ellipsis',
whiteSpace: 'nowrap',
maxWidth: '100%',
width: 0,
minWidth: 0,
flex: 1,
}}
>