Skip to content

Commit

Permalink
fix: playground wrapper flex direction row
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Sep 7, 2020
1 parent 8ef1021 commit 7165d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/src/ThemeContext/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ export const theme: ControlsTheme = {
playground: {
container: {
display: 'flex',
flexDirection: 'column',
flexDirection: 'row',
alignItems: 'flex-start',
px: 4,
my: 4,
Expand Down

0 comments on commit 7165d07

Please sign in to comment.