Select inputs and text inputs in HTML - Best way to make equal width?

前端 未结 3 957
耶瑟儿~
耶瑟儿~ 2020-11-28 19:05

I\'ve got a simple form like so (illustrative purposes only)...

3条回答
  •  渐次进展
    2020-11-28 19:39

    padding will make the text be closer to the edge of the box.

    try setting the margin to 0px, and if that seems right, play around with it (like just setting margin-left only)

提交回复
热议问题