Skip to content

Commit

Permalink
fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
veej committed Sep 25, 2023
1 parent 7e77e38 commit bc95424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/configuration-builder/src/MyTheme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export function MyTheme() {

return (
<Box display="flex" flexGrow={1} overflowY="auto" flexDirection="column">
<Box display="flex">
<Box display="flex" flexGrow={1}>
<MainColumn
title={t("Theme.Foundations.title")}
description={t("Theme.Foundations.description")}
Expand Down

0 comments on commit bc95424

Please sign in to comment.