.batch-editor-table {

  :global {

    // .ant-table-tbody .ant-table-cell {
    //   display: flex;
    //   align-items: center;
    // }
    .ant-table-cell-with-append {
      display: flex;
      align-items: center;
      height: 95px;
    }
  }

  .column-title {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    word-wrap: normal !important;
    word-break: normal !important;
    white-space: wrap !important;
    padding: 4px 8px;

    .icon {
      cursor: pointer;
    }
  }

  .editor-item {
    flex: 1;
    cursor: pointer;
    min-height: 40px;

    .name {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;

      max-width: 240px;
    }
  }

  :global {
    .batch-popover-content {
      width: 250px;
      height: 50px;
    }
  }
}