You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

multiselect.css 194B

123456789101112
  1. #workflowengine .multiselect .multiselect__single {
  2. display: flex;
  3. }
  4. #workflowengine .option__icon {
  5. min-width: 25px;
  6. }
  7. #workflowengine input,
  8. #workflowengine .multiselect {
  9. width: 100%;
  10. }