Skip to content

Commit

Permalink
fix: extra pos logic
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Sep 18, 2023
1 parent c8ff57d commit f4733b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/table/style/size.ts
Expand Up @@ -44,7 +44,7 @@ const genSizeStyle: GenerateStyle<TableToken, CSSObject> = (token) => {
},

// https://github.com/ant-design/ant-design/issues/35167
[`${componentCls}-selection-column`]: {
[`${componentCls}-selection-extra`]: {
paddingInlineStart: `${paddingHorizontal / 4}px`,
},
},
Expand Down

0 comments on commit f4733b8

Please sign in to comment.