Skip to content

Commit

Permalink
adjust height
Browse files Browse the repository at this point in the history
Signed-off-by: Qxisylolo <[email protected]>
  • Loading branch information
Qxisylolo committed Aug 21, 2024
1 parent 868b47e commit 629e2dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export const WorkspaceMenu = ({ coreStart, registeredUseCases$ }: Props) => {
paddingSize="s"
hasBorder={false}
color="transparent"
style={{ height: '30vh', overflow: 'auto' }}
style={{ height: '25vh', overflow: 'auto' }}
>
<WorkspacePickerContent
searchQuery={querySearch}
Expand Down

0 comments on commit 629e2dd

Please sign in to comment.