File tree 1 file changed +6
-6
lines changed
packages/react-components/source/react/library/card
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ import Heading from '../heading';
9
9
import Text from ' ../text' ;
10
10
11
11
const cardExampleStyle = {
12
- width : 150 ,
13
- height : 150 ,
12
+ minWidth : 150 ,
13
+ minHeight : 100 ,
14
14
alignItems: ' center' ,
15
15
justifyContent: ' center' ,
16
16
marginRight: 12 ,
@@ -39,8 +39,8 @@ import Heading from '../heading';
39
39
import Text from ' ../text' ;
40
40
41
41
const cardExampleStyle = {
42
- width : 150 ,
43
- height : 150 ,
42
+ minWidth : 150 ,
43
+ minHeight : 100 ,
44
44
alignItems: ' center' ,
45
45
justifyContent: ' center' ,
46
46
marginRight: 12 ,
@@ -74,8 +74,8 @@ initialState = {
74
74
};
75
75
76
76
const cardExampleStyle = {
77
- width : 150 ,
78
- height : 150 ,
77
+ minWidth : 150 ,
78
+ minHeight : 100 ,
79
79
alignItems: ' center' ,
80
80
justifyContent: ' center' ,
81
81
marginRight: 12 ,
You can’t perform that action at this time.
0 commit comments