mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Added more padding to Menu
stories
refs https://github.com/TryGhost/Team/issues/3351
This commit is contained in:
parent
c5ff9d182e
commit
6e7f974e7e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ const meta = {
|
||||||
title: 'Global / Menu',
|
title: 'Global / Menu',
|
||||||
component: Menu,
|
component: Menu,
|
||||||
tags: ['autodocs'],
|
tags: ['autodocs'],
|
||||||
decorators: [(_story: any) => (<div style={{maxWidth: '100px', margin: '0 auto'}}>{_story()}</div>)]
|
decorators: [(_story: any) => (<div style={{maxWidth: '100px', margin: '0 auto', padding: '100px 0 200px'}}>{_story()}</div>)]
|
||||||
} satisfies Meta<typeof Menu>;
|
} satisfies Meta<typeof Menu>;
|
||||||
|
|
||||||
export default meta;
|
export default meta;
|
||||||
|
|
Loading…
Add table
Reference in a new issue