How to Set Height of Textarea Field in Panel

Hi all,

I would like to display a single-line textarea field in my Panel. That is because I do want the user to be able to have “bold” and “italic” buttons - but I don’t want them to enter multiple lines.

Is there a way to explicitly set the “height” of a textarea field in the Panel? I’ve tried using rows, but that doesn’t seem to do anything…

There is no blueprint setting, the height is fixed (160px) via the stylesheet. I’d make a copy of the field as a custom panel field with a custom class and style that via a custom panel stylesheet.

Or overwrite the current field and extend it with custom options…

Thank you for the super prompt and helpful reply - as usual, @texnixe!