I have a table with a edit button.The button will allow me to edit the row that the edit button is in, It will replace the values with a Input field and set the value of those inputs to the value of the TD, but When I insert the Input field The TD gets bigger in width and I don't want that. here is a Example...

Look how the field with "1" got wider than before. is there a way I can fix it either with pure JS or CSS ??