How can you have a harvesthq Chosen dropdown with a dynamic width style?
By default it has a fixed width and if you try to modify it with CSS you will have several problems to reach a good result.
This blog recommends the following:
$("select").chosen({ width: '100%' }); // width in px, %, em, etc