I have an html element that is contained within a div. Height are dictated by the outer div and the height and width of the input control are 100%. At the most basic level,
Try to give input width : 100%; box-sizing: border-box;
width : 100%; box-sizing: border-box;