diff --git a/packages/web/components/templates/library/LibrarySearchBar.tsx b/packages/web/components/templates/library/LibrarySearchBar.tsx index 54fb0570f..f3ad82d8b 100644 --- a/packages/web/components/templates/library/LibrarySearchBar.tsx +++ b/packages/web/components/templates/library/LibrarySearchBar.tsx @@ -27,10 +27,10 @@ const Item = styled('li', { listStyleType: 'none', p: '8px', borderRadius: '5px', - textOverflow: 'ellipsis', - display: 'flex', justifyContent: 'flex-start', + width: '95%', + overflow: 'auto', alignItems: 'center', '& svg': { marginRight: '10px', @@ -197,10 +197,8 @@ export function LibrarySearchBar(props: LibrarySearchBarProps): JSX.Element { : 'transparent', }} > - - - {item} - + + {item}