Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit e6d88d9

Browse files
mickaelzhangrakannimer
authored andcommitted
style: update Playground margin (#1257)
1 parent 427b381 commit e6d88d9

File tree

1 file changed

+2
-1
lines changed
  • core/gatsby-theme-docz/src/components/Playground

1 file changed

+2
-1
lines changed

core/gatsby-theme-docz/src/components/Playground/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ export const Playground = ({ code, scope, language }) => {
3636
height: 'auto',
3737
},
3838
style: {
39-
margin: '0 auto',
39+
margin: 0,
40+
marginRight: 'auto',
4041
},
4142
enable: {
4243
top: false,

0 commit comments

Comments
 (0)