Skip to content

Commit

Permalink
fix: sm select placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed Feb 17, 2025
1 parent 3db5e19 commit b80bd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/select/style/multiple.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export default function genMultipleStyle(token: SelectToken): CSSInterpolation {
[`${componentCls}-multiple${componentCls}-sm`]: {
[`${componentCls}-selection-placeholder`]: {
insetInlineStart: token.controlPaddingHorizontalSM - token.lineWidth,
insetInlineEnd: 'auto',
insetInlineEnd: token.controlPaddingHorizontalSM - token.lineWidth,
},

// https://github.com/ant-design/ant-design/issues/29559
Expand Down

0 comments on commit b80bd37

Please sign in to comment.