Skip to content

Commit b2c94c0

Browse files
committed
update stories
1 parent 4142151 commit b2c94c0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/canvas-header/src/CanvasHeader.stories.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import Badge from '@leafygreen-ui/badge';
77
import Button from '@leafygreen-ui/button';
88
import { css } from '@leafygreen-ui/emotion';
99
import Icon from '@leafygreen-ui/icon';
10+
import { breakpoints } from '@leafygreen-ui/tokens';
1011
import { BackLink } from '@leafygreen-ui/typography';
1112

1213
import { CanvasHeader } from '.';
@@ -127,7 +128,8 @@ export default meta;
127128
export const LiveExample: StoryFn<typeof CanvasHeader> = props => (
128129
<div
129130
className={css`
130-
min-width: 50vw;
131+
width: 50vw;
132+
max-width: ${breakpoints.XLDesktop}px,
131133
position: relative;
132134
z-index: 0;
133135
`}

tools/install/src/ALL_PACKAGES.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export const ALL_PACKAGES = [
88
'@leafygreen-ui/banner',
99
'@leafygreen-ui/button',
1010
'@leafygreen-ui/callout',
11+
'@leafygreen-ui/canvas-header',
1112
'@leafygreen-ui/card',
1213
'@leafygreen-ui/checkbox',
1314
'@leafygreen-ui/chip',

0 commit comments

Comments
 (0)