Skip to content

Commit 2d9b118

Browse files
committed
docs: ✏️ story adjustments
1 parent 68a5185 commit 2d9b118

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/stories/examples/controls/controls.stories.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const StateBadge = () => {
3737
};
3838

3939
export const Template = (args) => (
40-
<div style={{ fontFamily: "system-ui, -apple-system, sans-serif" }}>
40+
<div style={{ fontFamily: "system-ui, -apple-system, sans-serif", paddingTop: 70 }}>
4141
<TransformWrapper {...normalizeArgs(args)}>
4242
{(utils) => (
4343
<>

src/stories/examples/mini-map/example.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const Content = () => (
6868

6969
export const Template = (args: any) => {
7070
return (
71-
<div style={{ fontFamily: "system-ui, -apple-system, sans-serif" }}>
71+
<div style={{ fontFamily: "system-ui, -apple-system, sans-serif", paddingTop: 70 }}>
7272
<TransformWrapper
7373
{...normalizeArgs(args)}
7474
wrapperStyle={{

0 commit comments

Comments
 (0)