.table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid rgb(0 0 0 / 12%);
  box-shadow: unset;

  .table-text {
    white-space: pre-line;
  }
}

.object-add {
  .object-add-title {
    margin-right: 20px;
  }
}

.mat-cell,
.mat-header-cell {
  padding: 0 0.5em;
  text-align: center;
}
