feat(client): fix quick search text

This commit is contained in:
perf3ct 2025-06-16 17:42:53 +00:00
parent 6f3aa771c0
commit 797ed2f306
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232
1 changed files with 0 additions and 2 deletions

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,
}}
>