Skip to content

Commit

Permalink
fix: container alignment in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
zovomat committed Apr 21, 2022
1 parent 16ca9b9 commit f97a61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/integrations/composer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const Composer: FC<ComposerProps> = ({
<Container
height="100%"
crossAlignment="baseline"
mainAlignment="flex-start "
mainAlignment="flex-start"
style={{ overflowY: 'hidden' }}
>
<Editor
Expand Down

0 comments on commit f97a61f

Please sign in to comment.