Skip to content

Commit b80bd37

Browse files
committed
fix: sm select placeholder
1 parent 3db5e19 commit b80bd37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/select/style/multiple.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export default function genMultipleStyle(token: SelectToken): CSSInterpolation {
213213
[`${componentCls}-multiple${componentCls}-sm`]: {
214214
[`${componentCls}-selection-placeholder`]: {
215215
insetInlineStart: token.controlPaddingHorizontalSM - token.lineWidth,
216-
insetInlineEnd: 'auto',
216+
insetInlineEnd: token.controlPaddingHorizontalSM - token.lineWidth,
217217
},
218218

219219
// https://github.com/ant-design/ant-design/issues/29559

0 commit comments

Comments
 (0)