Skip to content

Commit 7b3d706

Browse files
committed
Add className for flex-not-supported environment
ant-design/ant-design#14001
1 parent 33c48a8 commit 7b3d706

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rc-steps",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "steps ui component for react",
55
"keywords": [
66
"react",

src/Steps.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ export default class Steps extends Component {
103103
[`${prefixCls}-${size}`]: size,
104104
[`${prefixCls}-label-${adjustedlabelPlacement}`]: direction === 'horizontal',
105105
[`${prefixCls}-dot`]: !!progressDot,
106+
[`${prefixCls}-flex-not-supported`]: !flexSupported,
106107
});
107108

108109
return (

0 commit comments

Comments
 (0)