fix: small table selection dropdown margin issue

close #35167
This commit is contained in:
afc163 2022-04-22 14:16:54 +08:00 committed by GitHub
parent f8d728161c
commit 8923d59860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,11 @@
}
}
}
// https://github.com/ant-design/ant-design/issues/35167
.@{table-prefix-cls}-selection-column {
padding-inline-start: @padding-horizontal / 4;
}
}
}