/* This is to make the last two columns (Edit and Delete) to be the same width */

/* Select the last two td elements from each tr */

table.flows-list-table tr td:last-child,
table.flows-list-table tr td:nth-last-child(2) {
  width: 1%;
  white-space: nowrap;
}
