/* ========================================================================
   Configure a Trigger field-reference tables

   Used by:
     docs/flows/flow/how-tos/configure-a-trigger.md
   ======================================================================== */
.configure-a-trigger-fields-table table {
  width: 100%;
}

.configure-a-trigger-fields-table table th,
.configure-a-trigger-fields-table table td {
  vertical-align: top;
}

.configure-a-trigger-fields-table table th:nth-child(1),
.configure-a-trigger-fields-table table td:nth-child(1) {
  white-space: nowrap;
}

.configure-a-trigger-fields-table table th:nth-child(2),
.configure-a-trigger-fields-table table td:nth-child(2),
.configure-a-trigger-fields-table table th:nth-child(3),
.configure-a-trigger-fields-table table td:nth-child(3) {
  white-space: nowrap;
  text-align: center;
}

.configure-a-trigger-fields-table table th:nth-child(4),
.configure-a-trigger-fields-table table td:nth-child(4) {
  width: 100%;
}

.configure-a-trigger-intervals-table table {
  width: 100%;
}

.configure-a-trigger-intervals-table table th,
.configure-a-trigger-intervals-table table td {
  vertical-align: top;
}

.configure-a-trigger-intervals-table table th:nth-child(1),
.configure-a-trigger-intervals-table table td:nth-child(1) {
  white-space: nowrap;
}

.configure-a-trigger-intervals-table table th:nth-child(2),
.configure-a-trigger-intervals-table table td:nth-child(2) {
  width: 100%;
}
