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 8f62f2e commit 85fe610Copy full SHA for 85fe610
packages/wizard/src/Wizard.stories.tsx
@@ -18,7 +18,7 @@ export default {
18
},
19
decorators: [
20
Fn => (
21
- <div style={{ margin: -100, height: '100vh' }}>
+ <div style={{ margin: -100, height: '100vh', width: '100vw' }}>
22
<Fn />
23
</div>
24
),
packages/wizard/src/WizardFooter/WizardFooter.styles.ts
@@ -1,3 +1,5 @@
1
import { css } from '@leafygreen-ui/emotion';
2
3
-export const baseStyles = css``;
+export const baseStyles = css`
4
+ width: 100%;
5
+`;
0 commit comments