feat(client): fix quick search text
This commit is contained in:
parent
6f3aa771c0
commit
797ed2f306
|
|
@ -819,8 +819,6 @@ const GlobalSearchBar: React.FC<GlobalSearchBarProps> = ({ sx, ...props }) => {
|
|||
textOverflow: 'ellipsis',
|
||||
whiteSpace: 'nowrap',
|
||||
maxWidth: '100%',
|
||||
width: 0,
|
||||
minWidth: 0,
|
||||
flex: 1,
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue