Skip to content

Commit

Permalink
Merge pull request #54 from heyjul3s/fix/flex-sizing
Browse files Browse the repository at this point in the history
fix flex styles
  • Loading branch information
heyjul3s committed Jan 27, 2021
2 parents 4598ae1 + 46dc241 commit 8260d39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/flex/src/FlexColBase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import { FlexColBaseProps } from './typings';
export const FlexColBase = createStyledComponent<FlexColBaseProps>({
styles: {
boxSizing: 'border-box',
position: 'relative',
flex: '0 0 auto'
position: 'relative'
},
styleProps: [flexbox]
});

0 comments on commit 8260d39

Please sign in to comment.