🐛 Fix Menu bottom margin missing (#21867)

close #21864
This commit is contained in:
偏右 2020-03-04 19:27:29 +08:00 committed by GitHub
parent 17f89484e0
commit 394b785dca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,8 @@
content: '';
}
&::after {
display: block;
// https://github.com/ant-design/ant-design/issues/21864
display: table;
clear: both;
content: '';
}