/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
:host {
  user-select: none;
  margin-left: -8px;
  position: relative;
  overflow: hidden;
  max-height: 32px;
  line-height: 32px;
  transition: all 0.3s;
  display: block;
}
:host.expanded {
  transition: all 0.3s;
  max-height: 200px;
}
:host.has-expand {
  padding-right: 50px;
}
:host ::ng-deep .ant-tag {
  padding: 0 8px;
  margin-right: 24px;
}
:host ::ng-deep .trigger {
  position: absolute;
  top: 0;
  right: 0;
}
:host ::ng-deep .trigger i {
  font-size: 12px;
}
