Skip to content

Commit

Permalink
fix: small table selection dropdown margin issue (#35173)
Browse files Browse the repository at this point in the history
close #35167
  • Loading branch information
afc163 committed Apr 22, 2022
1 parent 8923d59 commit 7d822f1
Showing 1 changed file with 1 addition and 1 deletion.
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: @padding-xss;
padding-inline-start: @table-padding-horizontal-md / 4;

.@{iconfont-css-prefix} {
color: @table-header-icon-color;
Expand Down

0 comments on commit 7d822f1

Please sign in to comment.