/* Long URLs and descriptions should wrap instead of pushing action links off-screen. */
.data-table td.col-url,
.data-table td.col-description {
  max-width: 22rem;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.data-table td.col-url a {
  word-break: break-word;
  overflow-wrap: anywhere;
}

.data-table td.col-actions {
  width: 1%;
  white-space: nowrap;
  vertical-align: top;
}

.data-table-resource-actions {
  flex-shrink: 0;
}

.attributes-table :where(tbody > tr > td) {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
