Browse Source

fix: small table selection dropdown margin issue

close #35167
pull/35178/head
afc163 3 years ago
committed by zombiej
parent
commit
9c1ecf0922
  1. 5
      components/table/style/size.less

5
components/table/style/size.less

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

Loading…
Cancel
Save