Skip to content

Commit

Permalink
chore: adjust max width of preview box
Browse files Browse the repository at this point in the history
  • Loading branch information
shhdgit committed Apr 12, 2024
1 parent 1fe6f53 commit 3a22865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/modules/app_builder/Canvas/HotKeyMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const BlockItem: React.FC<{ block: BlockInfo; onClick: (b: BlockInfo) => void }>
</Popover.Target>
<Popover.Dropdown>
<Group align="flex-start">
<Stack gap="xs" justify="flex-start" maw="200px">
<Stack gap="xs" justify="flex-start" maw="300px">
{block.description && (
<>
<Title order={5}>Description</Title>
Expand Down

0 comments on commit 3a22865

Please sign in to comment.