.row > span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.row > .actions {
  margin-top: 0;
  justify-content: flex-end;
  flex-shrink: 0;
}

@media (max-width: 760px) {
  .batch-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .batch-row > .actions {
    justify-content: flex-start;
    width: 100%;
  }

  .batch-row > .actions .button {
    flex: 1;
    min-width: 92px;
  }
}
