asked on April 23, 2015
•
Show version history
I have several currency fields that I'd like to display side by side. However, when applying this, no matter what size I set the field to, it reduces the size of the field too small for the input. Also, there is a lot of wasted space.
Here is the code that I am using:
#q39, #q40 {display: inline-block; width: 50%}
Here is the result: The fields are set to "small" but are smaller than when not displayed inline.
Thanks,
0
0