We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c48a8 commit 7b3d706Copy full SHA for 7b3d706
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rc-steps",
3
- "version": "3.3.0",
+ "version": "3.3.1",
4
"description": "steps ui component for react",
5
"keywords": [
6
"react",
src/Steps.jsx
@@ -103,6 +103,7 @@ export default class Steps extends Component {
103
[`${prefixCls}-${size}`]: size,
104
[`${prefixCls}-label-${adjustedlabelPlacement}`]: direction === 'horizontal',
105
[`${prefixCls}-dot`]: !!progressDot,
106
+ [`${prefixCls}-flex-not-supported`]: !flexSupported,
107
});
108
109
return (
0 commit comments