Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit e8a2dc6

Browse files
committed
style(side-cards): add min-width
1 parent c72eff2 commit e8a2dc6

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

containers/JobContent/styles/side_cards.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { cs } from 'utils'
55
export const Wrapper = styled.div`
66
${cs.flexColumn()};
77
width: 90%;
8+
min-width: 250px;
89
${cs.media.tablet`display: none`};
910
`
1011
export const ReportWrapper = styled.div`

containers/PostContent/styles/side_cards.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { cs } from 'utils'
55
export const Wrapper = styled.div`
66
${cs.flexColumn()};
77
width: 90%;
8+
min-width: 250px;
89
${cs.media.tablet`display: none`};
910
`
1011
export const ReportWrapper = styled.div`

containers/RepoContent/styles/side_cards.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { cs } from 'utils'
55
export const Wrapper = styled.div`
66
${cs.flexColumn()};
77
width: 90%;
8+
min-width: 250px;
89
${cs.media.tablet`display: none`};
910
`
1011
export const ReportWrapper = styled.div`

containers/VideoContent/styles/side_cards.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import { cs } from 'utils'
66
export const Wrapper = styled.div`
77
${cs.flexColumn()};
88
width: 90%;
9+
min-width: 250px;
910
${cs.media.tablet`display: none`};
1011
`
11-
1212
export const ReportWrapper = styled.div`
1313
padding: 0 10px;
1414
`

0 commit comments

Comments
 (0)