Does anyone know why the input elements with a width of 100% go over the table\'s cells border.
In the simple example below input box go over the table\'s cells border,
I solved the problem by applying box-sizing:border-box; to the table cells themselves, besides doing the same with the input and the wrapper.
box-sizing:border-box