Skip to content

Commit

Permalink
fix(slice-machine-ui): WindowTabsList overflowing the CustomTypesBuil…
Browse files Browse the repository at this point in the history
…derPage (#1202)
  • Loading branch information
bapmrl authored Oct 30, 2023
1 parent 02ca1bb commit 70ad2cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const CustomTypesBuilderPageWithProvider: React.FC<
</AppLayoutActions>
</AppLayoutHeader>
<AppLayoutContent>
<Box flexDirection="column">
<Box flexDirection="column" minWidth={0}>
<CustomTypeBuilder customType={currentCustomType} />
</Box>
</AppLayoutContent>
Expand Down

0 comments on commit 70ad2cd

Please sign in to comment.