🐛 Fix Menu collapsed jumping (#21314)

close #21301
This commit is contained in:
偏右 2020-02-10 13:50:22 +08:00 committed by GitHub
parent 5000773074
commit cf4808b50e

View File

@ -1,6 +1,11 @@
// mixins for clearfix
// ------------------------
.clearfix() {
// https://github.com/ant-design/ant-design/issues/21301#issuecomment-583955229
&::before {
display: table;
content: '';
}
&::after {
display: block;
clear: both;