/* ========================================================================
   Actions API channel property tables

   Used by:
     docs/flows/actions/api.md
   ======================================================================== */
.actions-api-fields-table table {
  width: 100%;
}

.actions-api-fields-table table th,
.actions-api-fields-table table td {
  vertical-align: top;
}

.actions-api-fields-table table th:nth-child(1),
.actions-api-fields-table table td:nth-child(1) {
  white-space: nowrap;
}

.actions-api-fields-table table th:nth-child(3),
.actions-api-fields-table table td:nth-child(3) {
  white-space: nowrap;
  text-align: center;
}

.actions-api-fields-table table th:nth-child(4),
.actions-api-fields-table table td:nth-child(4) {
  width: 100%;
  min-width: 24rem;
}
