@import '../theme.less';

.@{assign-prefix} {
  &-checkbox {
    .ant-checkbox-wrapper {
      display: block;
      margin-left: 0 !important;
      padding: 8px 0 8px 10px;
      word-break: break-all;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      &:hover {
        background-color: @default-bg-color;
        border-radius: 2px;
      }
    }
    .tnt-checkbox {
      & > span:nth-of-type(2) {
        display: inline;
      }
      &-children {
        display: inline;
      }
    }
  }
}
