Skip to content

Commit

Permalink
style(onboarding): Fix overflow for SplitContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWoodard committed Sep 23, 2024
1 parent 347ede1 commit b7485c6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ const Header = styled('h3')`
const SplitContainer = styled(Panel)`
display: flex;
justify-content: center;
overflow: hidden;
`;

const ModuleInfo = styled('div')`
Expand Down

0 comments on commit b7485c6

Please sign in to comment.