HTML input element wider than Containing Div

前端 未结 7 1284
一个人的身影
一个人的身影 2020-12-13 23:43

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,

相关标签:
7条回答
  • 2020-12-14 00:10

    Try to give input width : 100%; box-sizing: border-box;

    0 讨论(0)
提交回复
热议问题