fix(steps): Add flex on steps to fix ie11 (#23561)

* Add flex on steps to fix ie11

* Ordering
This commit is contained in:
Adriano Ruberto 2020-04-24 10:46:46 +02:00 committed by GitHub
parent 7cf20f18a1
commit 289dd080b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
.steps-vertical() {
display: flex;
flex: 1 0 auto;
flex-direction: column;
.@{steps-prefix-cls}-item {
display: block;