@import '../../style/themes/default.less';

@component-prefix-cls: ~'@{qn-prefix}-matter-tags';
.@{component-prefix-cls} {
  &-matter-tag {
    max-width: 64px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: context-menu;
  }
  // 要改 matter_title_tag_reload 请找载溪
  .matter_title_tag_reload {
    max-width: none !important;
  }
}
