mirror of
https://github.com/readur/readur.git
synced 2026-02-09 08:29:38 -06:00
feat(client): fix quick search text
This commit is contained in:
@@ -819,8 +819,6 @@ const GlobalSearchBar: React.FC<GlobalSearchBarProps> = ({ sx, ...props }) => {
|
||||
textOverflow: 'ellipsis',
|
||||
whiteSpace: 'nowrap',
|
||||
maxWidth: '100%',
|
||||
width: 0,
|
||||
minWidth: 0,
|
||||
flex: 1,
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user