HTML input element wider than Containing Div
- September 9, 2018
Following code is not working <div style="height:25px; width: 150px;"> <input type="text" style="height:100%; width:100%" /> </div> You can use box-sizing:border-box to take care of this. Just put the following in your css file:









