Skip to content

Commit

Permalink
fix(#28): collection tree search input placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
notmedia committed Dec 6, 2022
1 parent fc54fb5 commit 8da81f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/app/components/menu/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ const SubMenu = styled('div', {
width: 0,
},
false: {
width: 250,
maxWidth: 250,
minWidth: 250,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/side-bar/collections-tree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const CollectionsTree = (): JSX.Element => {
bordered
borderWeight="light"
fullWidth
placeholder="Search..."
placeholder="Find collection, service or method"
clearable
size="sm"
css={{
Expand Down

0 comments on commit 8da81f6

Please sign in to comment.