fix: small table selection dropdown margin issue (#35173)

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

View File

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