HTML/CSS Text overflowing its container

前端 未结 3 857
面向向阳花
面向向阳花 2021-01-15 18:14

I\'ve been doing this simple page with a text field and two select fields, where I can choose a text color and a text size. I put some borders with diferent colors to each d

3条回答
  •  [愿得一人]
    2021-01-15 18:35

    Add this to all elements surrounding the inputs:

    display: block;
    height: 100%;
    

    I tried it out, it works great.

提交回复
热议问题