carbon-react 136.0.0 → 136.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -80,6 +80,9 @@ const StyledCardContent = styled.div.attrs(({
80
80
  theme
81
81
  }) => interactive && css`
82
82
  cursor: pointer;
83
+ display: inline-flex;
84
+ flex-direction: column;
85
+ height: 100%;
83
86
 
84
87
  ${!theme.focusRedesignOptOut && css`
85
88
  :focus {
@@ -89,6 +92,7 @@ const StyledCardContent = styled.div.attrs(({
89
92
  `}
90
93
  `}
91
94
 
95
+ align-items: stretch;
92
96
  outline: none;
93
97
  text-decoration: none;
94
98
  background-color: inherit;
@@ -89,6 +89,9 @@ const StyledCardContent = exports.StyledCardContent = _styledComponents.default.
89
89
  theme
90
90
  }) => interactive && (0, _styledComponents.css)`
91
91
  cursor: pointer;
92
+ display: inline-flex;
93
+ flex-direction: column;
94
+ height: 100%;
92
95
 
93
96
  ${!theme.focusRedesignOptOut && (0, _styledComponents.css)`
94
97
  :focus {
@@ -98,6 +101,7 @@ const StyledCardContent = exports.StyledCardContent = _styledComponents.default.
98
101
  `}
99
102
  `}
100
103
 
104
+ align-items: stretch;
101
105
  outline: none;
102
106
  text-decoration: none;
103
107
  background-color: inherit;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "136.0.0",
3
+ "version": "136.0.1",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "files": [
6
6
  "lib",