/* This is a workaround to avoid select2 fields shrinking excessively in crowded TabularInline */
.select2 {
    min-width: 280px!important;
}