Skip to content

Commit 56c5bbc

Browse files
committed
add max height to examples
1 parent 99fac6b commit 56c5bbc

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
@@ -27,6 +27,7 @@ export const CompassBasic: React.FunctionComponent = () => {
2727
main={mainContent}
2828
sidebarEnd={sidebarEndContent}
2929
footer={footerContent}
30+
style={{ height: '600px' }}
3031
/>
3132
);
3233
};

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)