Hello, I would like to set the following css which is in forms.css to default.
[css]
.gform_wrapper li.gf_inline div.ginput_container {
white-space: nowrap !important
}
I tried putting the following css in style.css but this did not make a difference.
.gform_wrapper li.gf_inline div.ginput_container {
white-space: normal !important;
}