Size LineItem Name on Quoate

Dear all,

I am trying to change the width size of product_name on line_ltem.js.

I have changed width attribute on input tag in the file but the there is a class sqsEnabled (SugarquickSeach), that has priority.

b.innerHTML = “<input class=‘sqsEnabledstyle=‘width:80px;’ autocomplete=‘on’ type=‘text’ tabindex=‘116’ name='product_name[” + prodln + “]’ id='product_name” + prodln + "’ value=’’ title=’’ value=’’>

Does anyone know how to solve this problem?

I’m also curious about this