fix: Col without span prop should keep default (#22455)

This commit is contained in:
骗你是小猫咪 2020-03-22 21:20:03 +08:00 committed by GitHub
parent 41e378a914
commit d7e8fa2504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,6 @@
.@{ant-prefix}-col {
position: relative;
flex: 1 0 auto;
max-width: 100%;
// Prevent columns from collapsing when empty
min-height: 1px;