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 zombiej
parent a74fdbc911
commit 9c1ecf0922

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;
}
}
}