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
Add this to all elements surrounding the inputs:
display: block; height: 100%;
I tried it out, it works great.