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
if you're doing this with angularjs xeditable you can just use 'e-style' instead of 'style' like:
e-style="width: 180px" editable-text="article.title" e-required=""
I'm not sure if that would work without angularjs... but it's worth a try