Skip to content

Commit

Permalink
fix: add visibility:hidden to selector:after (#42651)
Browse files Browse the repository at this point in the history
Co-authored-by: tchen <tao.chen@yuyidata.com>
  • Loading branch information
tchen-l and tchen committed May 26, 2023
1 parent defcd37 commit 814d15a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/select/style/multiple.tsx
Expand Up @@ -72,6 +72,7 @@ function genSizeStyle(token: SelectToken, suffix?: string): CSSObject {
width: 0,
margin: `${FIXED_ITEM_MARGIN}px 0`,
lineHeight: `${selectItemHeight}px`,
visibility: 'hidden',
content: '"\\a0"',
},
},
Expand Down

0 comments on commit 814d15a

Please sign in to comment.