How do you adjust the input width of the popup
it doesn\'t seem like there is any option for it in
http://vitalets.github.io/x-editable/docs.html#text
You can avoid having custom Javascript for each element on the page by using the data-inputclass attribute:
awesome
And CSS:
.some_class{ width: 240px; }