feat(client): fix quick search text

This commit is contained in:
perf3ct 2025-06-16 17:42:53 +00:00
parent af7129da0a
commit ee70780803
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,
}}
>