Unable to set textarea width with CSS

前端 未结 8 1721
梦谈多话
梦谈多话 2021-02-07 00:00

I have attempted to use this CSS to set the width of my form elements:

input[type=\"text\"], textarea { width:250px; }

If you look at this Fire

8条回答
  •  一向
    一向 (楼主)
    2021-02-07 00:24

    This is probably caused by different default margins on the and