
.el-select {
  .el-tag {
    max-width: 100%;
    display: flex;
    align-items: center;
    margin: 2px 6px 2px 0;

    &:last-child {
      margin-right: 0;
    }
  }

  .el-tag__close.el-icon-close { flex: 0 0 auto; }
}

.el-select__tags {
  padding-left: 8px;
  box-sizing: border-box;
}

.el-select__tags-text {
  flex-grow: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.el-select-dropdown__item {
  display: flex;

  .prepend {
    flex: 0 0 auto;
    margin-right: 10px;
  }

  .append {
    flex: 0 0 auto;
    margin-left: 10px;
  }
}
