@import '../../style/themes/index';
.@{rux-prefix}-tagSelect {
  position: relative;
  max-height: 32px;
  margin-left: -8px;
  overflow: hidden;
  line-height: 32px;
  transition: all 0.3s;
  user-select: none;

  &.@{rux-prefix}-expanded {
    max-height: 200px;
    transition: all 0.3s;
  }

  .@{rux-prefix}-trigger {
    position: absolute;
    top: 0;
    right: 0;

    i {
      font-size: 12px;
    }
  }

  &.@{rux-prefix}-hasExpandTag {
    padding-right: 50px;
  }
}
