.bixi-editable-table {
  width: 100%;

  .ant-table.ant-table-small .ant-table-tbody > tr > td {
    padding: 6px 8px;
  }

  &-add-btn {
    margin-top: 12px;
  }

  &-cell {
    display: inline-block;
    width: 100%;

    &-active {
      .ant-form-item-explain {
        display: none;
      }
    }

    &-not-active {
      height: 28px;
      margin-bottom: -1px;
      padding: 0 6px;
      overflow: hidden;
      line-height: 28px;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
  }

  .ant-table-cell {
    line-height: 1;
  }

  .ant-form-item {
    margin: 0 -6px !important;
  }

  a {
    user-select: none;
  }

  .ant-table-small {
    .ant-table-thead {
      .ant-table-cell {
        padding: 12px;
      }
    }
  }

  .ant-input {
    border: none;
    box-shadow: none !important;
  }

  .bixi-editable-table-actions {
    .ant-btn {
      padding: 0;
    }
  }
}
