_multiple.scss 342 B

1234567891011121314151617181920
  1. .select2-container {
  2. .selection .multiple-select {
  3. box-sizing: border-box;
  4. cursor: pointer;
  5. display: block;
  6. min-height: 32px;
  7. user-select: none;
  8. -webkit-user-select: none;
  9. .rendered-selection {
  10. display: block;
  11. overflow: hidden;
  12. padding-left: 8px;
  13. text-overflow: ellipsis;
  14. }
  15. }
  16. }