.el-select {
  &.is-collapse-tags {
    .el-select__tags {
      > span {
        width: 100%;
        display: flex;

        > .el-tag:first-child {
          flex-shrink: 1;
          overflow: hidden;
        }
      }
    }
  }
}
