.module-user-group-user-list {
  &-user-table-wrap {
    .td-username {
      display: flex;
      align-items: center;
      cursor: pointer;
      .name {
        flex: 1;
        width: 100%;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        &:hover {
          color: @primary-color;
          text-decoration: underline;
        }
      }
    }
    .ant-table-container table {
      & thead tr:first-child th:first-child,
      & tbody tr td:first-child {
        padding-left: 24px;
      }
    }
  }
}
