// 26 is the margin-right of .select2-chosen when allowClear is false
width += 26;
}
if (width < 99) {
width = 99;
return width;
},
-