Skip to content

Commit 6740231

Browse files
committed
Fixed - Card flexes with wrapping Content.
Fix based on issue GeekyAnts#2136
1 parent 92044ef commit 6740231

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/theme/components/Card.js

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export default (variables = variable) => {
1919
},
2020
marginVertical: 5,
2121
marginHorizontal: 2,
22-
flex: 1,
2322
borderWidth: variables.borderWidth,
2423
borderRadius: variables.cardBorderRadius,
2524
borderColor: variables.cardBorderColor,

0 commit comments

Comments
 (0)