We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db5e19 commit b80bd37Copy full SHA for b80bd37
components/select/style/multiple.ts
@@ -213,7 +213,7 @@ export default function genMultipleStyle(token: SelectToken): CSSInterpolation {
213
[`${componentCls}-multiple${componentCls}-sm`]: {
214
[`${componentCls}-selection-placeholder`]: {
215
insetInlineStart: token.controlPaddingHorizontalSM - token.lineWidth,
216
- insetInlineEnd: 'auto',
+ insetInlineEnd: token.controlPaddingHorizontalSM - token.lineWidth,
217
},
218
219
// https://github.com/ant-design/ant-design/issues/29559
0 commit comments