feat(client): fix quick search text
This commit is contained in:
parent
af7129da0a
commit
ee70780803
|
|
@ -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