You are viewing limited content. For full access, please sign in.

Question

Question

Help Text Field Width

asked on March 30, 2018

Hi Everyone,

 

I am looking to see if I can find the selector for the help text field width, and make it just a bit wider.

 

Here is the CSS I've used:

/* Display Charge Back Amount Fields Inline */
#q328, #q331 {display:inline-block;width:50%; vertical-align:top; padding-top:8px;}

#q328 label {width: 50%;}
#q328 .cf-field {width: 140px;}
#q328 .cf-small {width: 90%;}

#q331 label {width: 50%;}
#q331 .cf-field {width: 140px;}
#q331 .cf-small {width: 90%;}

And it has produced this:

My goal is to get that word Zero to show on one line, but with the other CSS, the help text field width doesn't seem to fit.  It seems like it should be able to with a small amount of tinkering. 

 

Thanks!

0 0

Answer

SELECTED ANSWER
replied on April 2, 2018 Show version history

Find the selector for the help text and set its width to 100%. For Forms 10.3 that would be

#q331 > div > label {width: 100%;}

or

#q331 .cf-helptext {width: 100%;}
1 0
replied on April 2, 2018

Fantastic!  Thank you for your help @████████

 

That worked perfectly.

1 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.