Skip to content

Commit 665732c

Browse files
Samuell1marcosmoura
authored andcommitted
fix(MdSteppers): zero height in IE (#1664)
1 parent 3ac16c7 commit 665732c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/MdSteppers/MdSteppers.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
}
358358
359359
.md-steppers-container {
360-
flex-direction: column;
360+
display: block;
361361
}
362362
363363
.md-button-content {
@@ -373,6 +373,7 @@
373373
}
374374
375375
.md-stepper {
376+
flex: none;
376377
padding: 0;
377378
position: relative;
378379

0 commit comments

Comments
 (0)