Skip to content

Commit

Permalink
🐛 Fix Menu collapsed jumping
Browse files Browse the repository at this point in the history
close #21301
  • Loading branch information
afc163 committed Feb 10, 2020
1 parent 5000773 commit 34e5e42
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/style/mixins/clearfix.less
@@ -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;
Expand Down

0 comments on commit 34e5e42

Please sign in to comment.