Skip to content

Commit e9a243c

Browse files
committed
add max height to examples
1 parent b0076a6 commit e9a243c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/react-core/src/components/Compass/examples/CompassBasic.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export const CompassBasic: React.FunctionComponent = () => {
4040
main={mainContent}
4141
sidebarEnd={sidebarEndContent}
4242
footer={footerContent}
43+
style={{ height: '600px' }}
4344
/>
4445
);
4546
};

packages/react-core/src/components/Compass/examples/CompassMainFooterDemo.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export const CompassMainFooterDemo: React.FunctionComponent = () => {
3737
main={mainContent}
3838
sidebarEnd={sidebarEndContent}
3939
isFooterExpanded={false}
40+
style={{ height: '600px' }}
4041
/>
4142
);
4243
};

0 commit comments

Comments
 (0)