Skip to content

Commit

Permalink
fix(code-snippet): update skeleton story info and spacing (carbon-des…
Browse files Browse the repository at this point in the history
…ign-system#2338)

* fix(code-snippet): add space between skeletons

* fix(code-snippet): update skeleton info in story

* fix(code-snippet): use margin style in story

* fix: run prettier
  • Loading branch information
jendowns authored and asudoh committed May 9, 2019
1 parent 7858ad6 commit a21d4f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,14 @@ $z-indexes: (
'skeleton',
() => (
<div style={{ width: '800px' }}>
<CodeSnippetSkeleton type="single" style={{ paddingBottom: 8 }} />
<CodeSnippetSkeleton type="single" style={{ marginBottom: 8 }} />
<CodeSnippetSkeleton type="multi" />
</div>
),
{
info: {
text: `
Placeholder skeleton state to
Placeholder skeleton state to use when content is loading.
`,
},
}
Expand Down

0 comments on commit a21d4f5

Please sign in to comment.