Skip to content

Commit

Permalink
fix: add visibility:hidden to selector:after (#42654)
Browse files Browse the repository at this point in the history
Co-authored-by: tchen <tao.chen@yuyidata.com>
Co-authored-by: afc163 <afc163@gmail.com>
  • Loading branch information
3 people committed May 26, 2023
1 parent 3a019c0 commit 694c332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/select/style/multiple.less
Expand Up @@ -54,6 +54,7 @@
width: 0;
margin: @select-multiple-item-spacing-half 0;
line-height: @select-multiple-item-height;
visibility: hidden;
content: '\a0';
}
}
Expand Down

0 comments on commit 694c332

Please sign in to comment.