Is there a simple way to make html textarea and input type text equally wide?

前端 未结 12 2723
萌比男神i
萌比男神i 2021-02-18 19:29

Is there a simple way of getting a HTML textarea and an input type=\"text\" to render with (approximately) equal width (in pixels), that works in different browsers?

A C

12条回答
  •  再見小時候
    2021-02-18 19:55

    These days, if you use bootstrap, simply give your input fields the form-control class. Something like:

    
    
    
    
    
    

提交回复
热议问题