.childTable {
  :global {
    .next-table-prerow {
      visibility: hidden;
    }
  }
}
.table {
  :global {
    .next-table-prerow {
      width: 20px;
      overflow: hidden;
    }
    .next-table-prerow .next-table-cell-wrapper {
      padding-right: 0 !important;
    }
    .next-menu-btn.next-menu-btn.next-menu-btn .next-menu-btn-arrow.next-icon {
      margin-left: 0;
    }
  }
}

.actions {
  & > span {
    display: flex;
  }
}
