How to change size of custom field?

I have two ‘Enter one value with autocompletion’ custom fields on my
Ticket::Create page. I need to increase the size of the field so the entire
value can be seen clearly.

This sounds so simple I’m probably missing something under my nose but none
of the resources I’ve found has led me to a solution.

Thanks for your assistance,

Mike

I’ve done something similar with CSS, that may work for you too if you find either the ID or the class of what you want to make larger.

For example, I made the queue and search area larger in the New Ticket in the right of the top nav bar via:

#topactions select {width: 13em;}
#topactions input {width: 16em;}

You can add your own CSS in the Admin → Theme page, but I instead added a custom CSS file as described at Customizing/Styling rt - RT 4.2.17 Documentation - Best Practical

Aaron> On May 14, 2015, at 1:11 PM, mlind@sosml.net wrote:

I have two ‘Enter one value with autocompletion’ custom fields on my Ticket::Create page. I need to increase the size of the field so the entire value can be seen clearly.
This sounds so simple I’m probably missing something under my nose but none of the resources I’ve found has led me to a solution.
Thanks for your assistance,
Mike