Set height of inavtive TabPane to zero fix #3377 (#3437)

pull/3440/head
Wei Zhu 8 years ago committed by 偏右
parent 38cec5fd11
commit 0e013fe485

@ -201,6 +201,10 @@
flex-shrink: 0;
width: 100%;
}
.@{tab-prefix-cls}-tabpane-inactive {
height: 0;
}
}
&-vertical {

Loading…
Cancel
Save