/**
 * @file
 * Admin CSS fixes for webform states table in Gin theme.
 */

/* Ensure the State column and its Chosen widget are wide enough to be usable.
 * Targets both the <td> wrapper and the Chosen container (which inherits the
 * select's classes). */
td.webform-states-table--state,
.chosen-container.webform-states-table--state {
  min-width: 150px;
}
