Skip to content

Commit

Permalink
Adds width to box card
Browse files Browse the repository at this point in the history
  • Loading branch information
NejcZdovc committed Dec 11, 2019
1 parent c6bb174 commit f490c48
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const StyledFlip = styled<StyleProps, 'div'>('div')`
export const StyledContentWrapper = styled<StyleProps, 'div'>('div')`
display: ${p => p.open ? 'flex' : 'none'};
flex-direction: column;
width: 100%;
`

export const StyledTitle = styled<StyleProps, 'div'>('div')`
Expand Down

0 comments on commit f490c48

Please sign in to comment.