Skip to content

Commit aacda22

Browse files
Merge pull request GeekyAnts#2148 from GeekyAnts/fix/card-style/removeFlexValue
Fixed - Card flexes with wrapping Content.
2 parents c2fe1e7 + 6740231 commit aacda22

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)