Skip to content

Commit

Permalink
fix: small/middle table selection dropdown margin issue (#35174)
Browse files Browse the repository at this point in the history
* fix: small/middle table selection dropdown margin issue

* Update index.less
  • Loading branch information
afc163 committed Apr 22, 2022
1 parent 6a00bdd commit e14ec00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/table/style/index.less
Expand Up @@ -456,7 +456,7 @@
cursor: pointer;
transition: all 0.3s;
margin-inline-start: 100%;
padding-inline-start: @table-padding-horizontal-md / 4;
padding-inline-start: (@table-padding-horizontal / 4);

.@{iconfont-css-prefix} {
color: @table-header-icon-color;
Expand Down
2 changes: 1 addition & 1 deletion components/table/style/size.less
Expand Up @@ -35,7 +35,7 @@

// https://github.com/ant-design/ant-design/issues/35167
.@{table-prefix-cls}-selection-column {
padding-inline-start: @padding-horizontal / 4;
padding-inline-start: (@padding-horizontal / 4);
}
}
}
Expand Down

0 comments on commit e14ec00

Please sign in to comment.