Browse Source

fix: add visibility:hidden to selector:after (#42654)

Co-authored-by: tchen <tao.chen@yuyidata.com>
Co-authored-by: afc163 <afc163@gmail.com>
pull/42697/head
tchen 2 years ago
committed by GitHub
parent
commit
694c332083
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/select/style/multiple.less

1
components/select/style/multiple.less

@ -54,6 +54,7 @@
width: 0;
margin: @select-multiple-item-spacing-half 0;
line-height: @select-multiple-item-height;
visibility: hidden;
content: '\a0';
}
}

Loading…
Cancel
Save