We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd50c9f commit 191c9d7Copy full SHA for 191c9d7
site/src/components/Margins/Margins.stories.tsx
@@ -9,7 +9,7 @@ export default {
9
10
const Template: Story = (args) => (
11
<Margins {...args}>
12
- <div style={{ width: "100%" }}>Here is some content that will not get too wide!</div>
+ <div style={{ width: "100%", background: "black" }}>Here is some content that will not get too wide!</div>
13
</Margins>
14
)
15
0 commit comments