/* Column filters of a table (static/js/table-filter.js, see the styleguide).

   A <select> is as wide as its widest entry – a list of company names would push the card
   header apart and shove the search field off the row. The field is capped instead and the
   long name is cut; where the column holds many entries the select carries
   data-search-select, and its menu shows the full names anyway. */
.table-filter-select {
    max-width: 12rem;
}
