Skip to content

Commit 533107a

Browse files
authored
refactor: remove 100vh fom col story (#79)
1 parent 5b1fbfc commit 533107a

File tree

1 file changed

+1
-5
lines changed
  • src/components/Col/stories

1 file changed

+1
-5
lines changed

src/components/Col/stories/Col.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,8 @@ import { Box } from '../../../../stories/components';
77
import { Row, Col } from '../../';
88
import { alignSelfOptions } from '../Col';
99

10-
const rowDocStyles = {
11-
height: '100vh',
12-
};
13-
1410
export default () => (
15-
<Row style={rowDocStyles}>
11+
<Row>
1612
<Col xs={12} sm={4} md={6} lg={3}>
1713
<Box>col</Box>
1814
</Col>

0 commit comments

Comments
 (0)