CSS for Form Field Height

Trying to adjust the height of one field in a form. I think this needs custom CSS, and i can’t write it.

Here is my attempt, where “udxpj” is the ID for the section i am trying to change…

As ever, any help welcome!

/* Form height */
body.homepage .form-item udxpqj {
height: 50px !important;
}

Right, 7h later and i’ve got this:

%root%
.bricks-button {
height:500px;
}

This obviously changes the button. Swapping .bricks button for the field ID for one of the form sections does nothing.

What am i getting wrong?!

(P.S - Seems like things used to be different here. In this thread, the dude gets email support!

NO BUG: ID changes to 'root' on template in custom CSS of page)