.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ant-table-thead th,
.ant-table td {
  white-space: nowrap;
}

.ant-table td .ellipsis {
  margin: 0 auto;
}

.ant-table td .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
